Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ports/rp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ target_link_options(${MICROPY_TARGET} PRIVATE
-Wl,--defsym=__micropy_c_heap_size__=${MICROPY_C_HEAP_SIZE}
-Wl,--wrap=runtime_init_clocks
-Wl,--print-memory-usage
-Wl,--cref
# pico-sdk already passes --specs=nosys.specs to stub out syscall handlers,
# passing nano.specs as well means that newlib-nano libc functions will be used
--specs=nano.specs
)

if(DEFINED PICO_FLASH_SIZE_BYTES)
Expand Down
Loading