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

Fix ESP32-C6 memory #997

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Fix ESP32-C6 memory #997

merged 2 commits into from
Dec 5, 2023

Conversation

bjoernQ
Copy link
Contributor

@bjoernQ bjoernQ commented Dec 5, 2023

With the fix in #988 it becomes necessary to adapt the memory size for ESP32-C6 to make sure to not overwrite the bootloader (before it hands over control to the application)

The problem is very noticeable with esp-wifi

@bugadani
Copy link
Contributor

bugadani commented Dec 5, 2023

Nice, I'm guessing this might be at least related to why my C6 reports much more available memory than my S3.

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@jessebraham jessebraham added this pull request to the merge queue Dec 5, 2023
Merged via the queue into esp-rs:main with commit 22f14fd Dec 5, 2023
17 checks passed
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.

3 participants