actually be able to flash target

This commit is contained in:
Sergio R. Caprile 2022-11-23 16:13:37 -03:00 committed by GitHub
parent 3e1c7d7ef2
commit afdf7e6df3
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) $@