Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch: rp2040: Fix the initial stack pointer
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