fix ram overflow with ram41
This commit is contained in:
@@ -4,7 +4,9 @@ set(MCU_VARIANT ra4m1)
|
|||||||
set(JLINK_DEVICE R7FA4M1AB)
|
set(JLINK_DEVICE R7FA4M1AB)
|
||||||
|
|
||||||
function(update_board TARGET)
|
function(update_board TARGET)
|
||||||
# target_compile_definitions(${TARGET} PUBLIC)
|
target_compile_definitions(${TARGET} PUBLIC
|
||||||
|
CFG_EXAMPLE_VIDEO_READONLY
|
||||||
|
)
|
||||||
# target_sources(${TARGET} PRIVATE)
|
# target_sources(${TARGET} PRIVATE)
|
||||||
# target_include_directories(${BOARD_TARGET} PUBLIC)
|
# target_include_directories(${BOARD_TARGET} PUBLIC)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
@@ -5,7 +5,9 @@ set(JLINK_DEVICE R7FA4M1AB)
|
|||||||
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${BOARD}.ld)
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${BOARD}.ld)
|
||||||
|
|
||||||
function(update_board TARGET)
|
function(update_board TARGET)
|
||||||
# target_compile_definitions(${TARGET} PUBLIC)
|
target_compile_definitions(${TARGET} PUBLIC
|
||||||
|
CFG_EXAMPLE_VIDEO_READONLY
|
||||||
|
)
|
||||||
# target_sources(${TARGET} PRIVATE)
|
# target_sources(${TARGET} PRIVATE)
|
||||||
# target_include_directories(${BOARD_TARGET} PUBLIC)
|
# target_include_directories(${BOARD_TARGET} PUBLIC)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Reference in New Issue
Block a user