Files
espLinuxESPIDF/components/espressif__tinyusb/hw/bsp/stm32u5/boards/stm32u575nucleo/board.cmake
T
2026-05-06 19:51:30 +07:00

9 lines
172 B
CMake
Executable File

set(MCU_VARIANT stm32u575xx)
set(JLINK_DEVICE stm32u575zi)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32U575xx
)
endfunction()