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

View File

@@ -57,5 +57,5 @@ JLINK_DEVICE = NUC505YO13Y
# Flash using Nuvoton's openocd fork at https://github.com/OpenNuvoton/OpenOCD-Nuvoton
# Please compile and install it from github source
flash: $(BUILD)/$(BOARD)-firmware.elf
flash: $(BUILD)/$(PROJECT).elf
openocd -f interface/nulink.cfg -f target/numicroM4.cfg -c "program $< reset exit"