2023-07-01 12:40:56 +07:00
|
|
|
set(CMAKE_SYSTEM_PROCESSOR cortex-m33 CACHE INTERNAL "System Processor")
|
|
|
|
set(MCU_VARIANT ra4m3)
|
|
|
|
|
|
|
|
set(JLINK_DEVICE R7FA4M3AF)
|
|
|
|
|
|
|
|
function(update_board TARGET)
|
2023-07-01 16:40:47 +07:00
|
|
|
target_compile_definitions(${TARGET} PUBLIC)
|
|
|
|
target_sources(${TARGET} PRIVATE)
|
|
|
|
target_include_directories(${BOARD_TARGET} PUBLIC)
|
2023-07-01 12:40:56 +07:00
|
|
|
endfunction()
|