Merge pull request #1878 from cesanta/Makefile

be able to flash target
This commit is contained in:
Sergio R. Caprile 2022-11-23 17:09:05 -03:00 committed by GitHub
commit 595bb36956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) $@