Skip to content

Fix split heap on ESP #8605

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

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Fix split heap on ESP #8605

merged 1 commit into from
Nov 14, 2023

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Nov 14, 2023

It was setting the DMA capability requirement which excludes PSRAM.

Fixes #8597. Fixes #8573.

It was setting the DMA capability requirement which excludes PSRAM.

Fixes micropython#8597. Fixes micropython#8573.
@tannewt tannewt requested a review from dhalbert November 14, 2023 20:03
@dhalbert
Copy link
Collaborator

@jerryneedell @RetiredWizard interested in testing this from the artifacts? Thanks.

@RetiredWizard
Copy link

Looks great to me. I'm running my largest programs without any START_HEAP_SIZE set in settings.toml 😁

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! Another alpha soon.

@tannewt tannewt merged commit 8ff0682 into adafruit:main Nov 14, 2023
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.

Memory error on metro esp32s3 rev b Tune auto-growing split heap
3 participants