nucleo-f439zi support
This commit is contained in:
11
hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk
Normal file
11
hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS += -DSTM32F439xx
|
||||
|
||||
LD_FILE = $(BOARD_PATH)/STM32F439ZITX_FLASH.ld
|
||||
|
||||
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f439xx.s
|
||||
|
||||
# For flash-jlink target
|
||||
JLINK_DEVICE = stm32f439zi
|
||||
|
||||
# flash target using on-board stlink
|
||||
flash: flash-stlink
|
||||
Reference in New Issue
Block a user