mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
9 lines
175 B
CMake
9 lines
175 B
CMake
set(LD_FLASH_SIZE 64K)
|
|
set(LD_RAM_SIZE 20K)
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
CFG_EXAMPLE_MSC_DUAL_READONLY
|
|
)
|
|
endfunction()
|