Files
tinyUSB/hw/bsp/stm32h5/boards/stm32h503nucleo/board.cmake

9 lines
172 B
CMake
Raw Normal View History

set(MCU_VARIANT stm32h503xx)
set(JLINK_DEVICE stm32h503rb)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32H503xx
)
endfunction()