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

10 lines
194 B
CMake
Raw Normal View History

2023-12-15 18:08:19 +07:00
set(MCU_VARIANT stm32h563xx)
set(JLINK_DEVICE stm32h563zi)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32H563xx
2024-12-06 13:46:48 +07:00
HSE_VALUE=8000000
2023-12-15 18:08:19 +07:00
)
endfunction()