17 lines
367 B
CMake
17 lines
367 B
CMake
set(CMAKE_SYSTEM_PROCESSOR cortex-m33 CACHE INTERNAL "System Processor")
|
|
set(MCU_VARIANT ra6m5)
|
|
|
|
set(JLINK_DEVICE R7FA6M5BH)
|
|
set(JLINK_OPTION "-USB 000831915224")
|
|
|
|
# device default to PORT 1 High Speed
|
|
if (NOT DEFINED RHPORT_DEVICE)
|
|
set(RHPORT_DEVICE 1)
|
|
endif()
|
|
if (NOT DEFINED RHPORT_HOST)
|
|
set(RHPORT_HOST 0)
|
|
endif()
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|