tinyusb/hw/bsp/ra/boards/uno_r4/board.cmake
2024-12-12 13:17:15 +07:00

10 lines
251 B
CMake

set(CMAKE_SYSTEM_PROCESSOR cortex-m4 CACHE INTERNAL "System Processor")
set(MCU_VARIANT ra4m1)
set(JLINK_DEVICE R7FA4M1AB)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
CFG_EXAMPLE_VIDEO_READONLY
)
endfunction()