Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow full 8K stack for both cores, optionally #1750

Merged
merged 5 commits into from
Oct 7, 2023
Merged

Conversation

earlephilhower
Copy link
Owner

Fixes #1749

Defining a global true bool core1_separate_stack = true will separate the two cores' stacks, with core 0 using the scratch RAM while core 1 will use 8K from the heap.

Fixes #1749

Defining a global true `bool core1_separate_stack = true` will separate
the two cores' stacks, with core 0 using the scratch RAM while core 1
will use 8K from the heap.
@earlephilhower earlephilhower mentioned this pull request Oct 7, 2023
@earlephilhower earlephilhower merged commit 7868dde into master Oct 7, 2023
12 checks passed
@earlephilhower earlephilhower deleted the fatstax branch October 7, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core freeze due to stack memory
1 participant