Add stm32u575-nucleo support
This commit is contained in:
10
hw/bsp/stm32u5/boards/stm32u575nucleo/board.mk
Normal file
10
hw/bsp/stm32u5/boards/stm32u575nucleo/board.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
CFLAGS += \
|
||||
-DSTM32U575xx \
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = $(BOARD_PATH)/STM32U575ZITXQ_FLASH.ld
|
||||
|
||||
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32u575xx.s
|
||||
|
||||
# For flash-jlink target
|
||||
JLINK_DEVICE = stm32u575
|
Reference in New Issue
Block a user