mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
actually be able to flash target
This commit is contained in:
parent
3e1c7d7ef2
commit
afdf7e6df3
@ -26,7 +26,7 @@ firmware.bin: firmware.elf
|
||||
$(DOCKER) arm-none-eabi-objcopy -O binary $< $@
|
||||
|
||||
flash: firmware.bin
|
||||
st-flash --reset write $(TARGET).bin 0x8000000
|
||||
st-flash --reset write firmware.bin 0x8000000
|
||||
|
||||
FreeRTOS-Kernel:
|
||||
git clone --depth 1 -b $(FREERTOS_VERSION) $(FREERTOS_REPO) $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user