update flash-jlink target for m0 and m4 board

This commit is contained in:
hathach
2019-03-17 15:42:57 +07:00
parent f932cf3854
commit 11eed2f026
4 changed files with 23 additions and 5 deletions
+5
View File
@@ -33,3 +33,8 @@ INC += \
VENDOR = microchip
CHIP_FAMILY = samd21
JLINK_DEVICE = ATSAMD21G18
# flash using jlink
flash: flash-jlink
+5
View File
@@ -32,3 +32,8 @@ INC += \
VENDOR = microchip
CHIP_FAMILY = samd51
JLINK_DEVICE = ATSAMD51J19
# flash using jlink
flash: flash-jlink
+3 -1
View File
@@ -26,6 +26,8 @@ INC += \
VENDOR = st
CHIP_FAMILY = stm32f4
JLINK_DEVICE = stm32f407vg
# Path to STM32 Cube Programmer CLI
ifeq ($(OS),Windows_NT)
STM32Prog = C:/Program Files/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32_Programmer_CLI
@@ -42,5 +44,5 @@ else
endif
# flash target using on-board stlink
flash-stlink: $(BUILD)/$(BOARD)-firmware.elf
flash: $(BUILD)/$(BOARD)-firmware.elf
$(STM32Prog) --connect port=swd --write $< --go