mirror of
https://github.com/hathach/tinyusb.git
synced 2025-11-01 16:51:47 +00:00
9 lines
175 B
CMake
9 lines
175 B
CMake
set(MCU_VARIANT stm32wba65xx)
|
|
set(JLINK_DEVICE STM32WBA65RI)
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
STM32WBA65xx
|
|
)
|
|
endfunction()
|