curpid fix, make fix, ls fix, hal nan error, hal stop fix

This commit is contained in:
crinq
2017-02-11 00:04:11 +01:00
parent ea291e00d3
commit 7a04a6c10c
7 changed files with 20 additions and 11 deletions

View File

@@ -189,10 +189,10 @@ showsize: build
# Flash the device
#
btburn: build showsize $(TARGET).dfu
btburn: $(TARGET).dfu
@tools/bootloader.py
@sleep 1
@dfu-util -d 0483:df11 -a 0 -s 0x08010000:leave -D $(TARGET).dfu
@dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D $(TARGET).dfu
flash: $(TARGET).bin
st-flash --reset write $(TARGET).bin 0x08000000