mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
add board.mk for u575 nucleo
This commit is contained in:
parent
22aefd6aba
commit
a5a77af11e
10
hw/bsp/stm32u5/boards/stm32u575nucleo/board.cmake
Normal file
10
hw/bsp/stm32u5/boards/stm32u575nucleo/board.cmake
Normal file
@ -0,0 +1,10 @@
|
||||
set(MCU_VARIANT stm32u575xx)
|
||||
set(JLINK_DEVICE stm32u575zi)
|
||||
|
||||
set(LD_FILE_GNU ${ST_CMSIS}/Source/Templates/gcc/linker/STM32U575xx_FLASH.ld)
|
||||
|
||||
function(update_board TARGET)
|
||||
target_compile_definitions(${TARGET} PUBLIC
|
||||
STM32U575xx
|
||||
)
|
||||
endfunction()
|
Loading…
x
Reference in New Issue
Block a user