diff options
Diffstat (limited to 'circuitpython/lib/tinyusb/hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk')
| -rw-r--r-- | circuitpython/lib/tinyusb/hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/circuitpython/lib/tinyusb/hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk b/circuitpython/lib/tinyusb/hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk new file mode 100644 index 0000000..b7b36a8 --- /dev/null +++ b/circuitpython/lib/tinyusb/hw/bsp/stm32f4/boards/stm32f439nucleo/board.mk @@ -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 |
