mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
dc9223f4cf
Summary: - The NuttX for raspberrypi-pico boots via the boot_stage2 provided by the pico-sdk which sets the MSP at the end of the SRAM. - However, the NuttX expects the MSP is set to the top of the idle stack. - This commit fixes this issue. Impact: - None Testing: - Tested with nsh, nshsram and smp configrations