change output filename to BOARD-Directory
This commit is contained in:
@@ -44,6 +44,6 @@ FREERTOS_PORT = ARM_CM4F
|
||||
# Add it to your PATH or change BOSSAC variable to match your installation
|
||||
BOSSAC = bossac
|
||||
|
||||
flash-bossac: $(BUILD)/$(BOARD)-firmware.bin
|
||||
flash-bossac: $(BUILD)/$(PROJECT).bin
|
||||
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyACM0)
|
||||
$(BOSSAC) --port=$(SERIAL) -U -i --offset=0x4000 -e -w $^ -R
|
||||
|
||||
Reference in New Issue
Block a user