rp2: Increase micropython stack allocation #2
2 Participants
Notifications
Due Date
No due date set.
Blocks
#35 misc-minor-fixes
TonBERRY/tonberry-pico
Reference: TonBERRY/micropython#2
Reference in New Issue
Block a user
Delete Branch "v1.25-tonberry-fix-stack"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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