1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-30 04:20:26 +00:00
2024-06-12 08:14:06 -07:00

9 lines
172 B
CMake

set(MCU_VARIANT stm32u545xx)
set(JLINK_DEVICE stm32u545re)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32U545xx
)
endfunction()