aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk')
-rw-r--r--circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk b/circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk
new file mode 100644
index 0000000..8252dd8
--- /dev/null
+++ b/circuitpython/lib/tinyusb/hw/bsp/stm32l4/boards/stm32l4p5nucleo/board.mk
@@ -0,0 +1,10 @@
+CFLAGS += \
+ -DSTM32L4P5xx \
+
+# All source paths should be relative to the top level.
+LD_FILE = $(BOARD_PATH)/STM32L4P5ZGTX_FLASH.ld
+
+SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l4p5xx.s
+
+# For flash-jlink target
+JLINK_DEVICE = stm32l4p5zg