aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk')
-rw-r--r--circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk b/circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk
new file mode 100644
index 0000000..d6adc6b
--- /dev/null
+++ b/circuitpython/lib/tinyusb/hw/bsp/stm32wb/boards/stm32wb55nucleo/board.mk
@@ -0,0 +1,9 @@
+CFLAGS += \
+ -DSTM32WB55xx
+
+LD_FILE = $(BOARD_PATH)/stm32wb55xx_flash_cm4.ld
+
+SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32wb55xx_cm4.s
+
+# For flash-jlink target
+JLINK_DEVICE = STM32WB55RG