2025-01-22 22:31:08 +07:00
|
|
|
set(CMAKE_SYSTEM_CPU cortex-m23 CACHE INTERNAL "System Processor")
|
2023-11-15 16:07:44 +07:00
|
|
|
set(MCU_VARIANT ra2a1)
|
|
|
|
|
|
|
|
set(JLINK_DEVICE R7FA2A1AB)
|
|
|
|
|
|
|
|
function(update_board TARGET)
|
|
|
|
# target_compile_definitions(${TARGET} PUBLIC)
|
|
|
|
# target_sources(${TARGET} PRIVATE)
|
|
|
|
# target_include_directories(${BOARD_TARGET} PUBLIC)
|
|
|
|
endfunction()
|