rp2: Increase micropython stack allocation #2

Merged
matthias merged 1 commits from v1.25-tonberry-fix-stack into v1.25-tonberry 2025-08-24 15:36:00 +00:00

1 Commits

Author SHA1 Message Date
7facf4286c rp2: Increase micropython stack allocation
We were running out of stack for micropython, and the core1 code doesn't
need 4k. So shift the allocation so that micropython has 6k and core1
has 2k. Adjust the linker script since it didn't support splitting
SCRATCH_X between the two stacks.

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
2025-08-20 19:56:13 +02:00