Steffen Yount
Steffen Yount
I've broken out from my original PR for #2653 as @will-v-pi suggested. This change introduces two new CMake functions: ``` pico_sections_time_critical(TARGET [SOURCES]) ``` Which will prefix the target's object file...
The pico-sdk and RP2040 hardware provide a few facilities that improve performance by moving runtime code and data into SRAM: 1. "pico/platform/sections.h" currently provides the "__not_in_flash", "__not_in_flash_func", and "__time_critical_func" macros...
The pico-sdk and RP2040 hardware provide a few facilities that improve performance by moving runtime code and data into SRAM: 1. "pico/platform/sections.h" currently provides the "__not_in_flash", "__not_in_flash_func", and "__time_critical_func" macros...