nucleo-f439zi support

This commit is contained in:
Alex Voinea
2021-12-21 18:24:05 +01:00
parent a4cfd1c69a
commit 6de423606f
5 changed files with 812 additions and 0 deletions

View 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