change output filename to BOARD-Directory

This commit is contained in:
hathach
2021-01-26 12:46:24 +07:00
parent 0e585570a3
commit 4a0f5cbd63
57 changed files with 96 additions and 77 deletions
+1 -1
View File
@@ -49,5 +49,5 @@ FREERTOS_PORT = ARM_CM4F
JLINK_DEVICE = ATSAMG55J19
# flash using edbg from https://github.com/ataradov/edbg
flash: $(BUILD)/$(BOARD)-firmware.bin
flash: $(BUILD)/$(PROJECT).bin
edbg --verbose -t samg55 -pv -f $<