6 lines
90 B
CMake
6 lines
90 B
CMake
set(LD_FLASH_SIZE 128K)
|
|
set(LD_RAM_SIZE 32K)
|
|
|
|
function(update_board TARGET)
|
|
endfunction()
|