mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
Now only persists __persistent_data, and adds low_power_persistent_pstate_get function to return the pstate that persists all that data This uses a new pico_ld_constants.ld file, to allow CMake to modify the addresses of persistent data and the heap This new __persistent_data is only supported with HAS_POWMAN_TIMER, and does not work if your binary is signed |
||
|---|---|---|
| .. | ||
| cmsis_test | ||
| hardware_irq_test | ||
| hardware_pwm_test | ||
| hardware_sync_spin_lock_test | ||
| hello_sleep | ||
| kitchen_sink | ||
| pico_divider_test | ||
| pico_float_test | ||
| pico_sem_test | ||
| pico_sha256_test | ||
| pico_stdio_test | ||
| pico_stdlib_test | ||
| pico_test | ||
| pico_time_test | ||
| CMakeLists.txt | ||