mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08: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()
|