Files
tinyUSB/hw/bsp/stm32u5/boards/b_u585i_iot2a/board.cmake

9 lines
172 B
CMake
Raw Normal View History

2024-09-14 20:23:31 +02:00
set(MCU_VARIANT stm32u585xx)
set(JLINK_DEVICE stm32u585zi)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32U585xx
)
endfunction()