Skip to content

Fix: increase ESP32-S3 Bluetooth tasks stack size to 8k #141

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

Conversation

Dabolus
Copy link
Contributor

@Dabolus Dabolus commented Oct 12, 2023

This PR updates the ESP32-S3 Bluetooth tasks stack size to 8k as it was already done for the standard ESP32 to avoid the crashes that happen when connecting to some devices such as the Polar H10 heart monitor.
See this issue for more context/information.

@me-no-dev
Copy link
Member

if this is causing issues on more than one board, would it not make sense to set it for all chips?

@Dabolus
Copy link
Contributor Author

Dabolus commented Oct 13, 2023

I did the change only to the ESP32-S3 because I'm not sure how the other chips behave as I don't own them, but if you're okay with that I can also just move the two options to defconfig.common. WDYT?

@me-no-dev
Copy link
Member

yes please :)

@Dabolus
Copy link
Contributor Author

Dabolus commented Oct 13, 2023

Done ✅

@Dabolus Dabolus force-pushed the fix/esp32s3-low-stack-size-crash branch from e222126 to 800d7b0 Compare October 13, 2023 17:08
@Dabolus
Copy link
Contributor Author

Dabolus commented Oct 13, 2023

Sorry, I had committed with the wrong email address. Now it should be fine.

@Dabolus
Copy link
Contributor Author

Dabolus commented Oct 24, 2023

@me-no-dev do the changes look good now? Can this be merged?

@me-no-dev
Copy link
Member

yes, will merge soon.

@Dabolus
Copy link
Contributor Author

Dabolus commented Oct 25, 2023

Great, thanks! ✨

@me-no-dev me-no-dev merged commit 44d1eb6 into espressif:master Nov 9, 2023
@Dabolus Dabolus deleted the fix/esp32s3-low-stack-size-crash branch November 10, 2023 08:01
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.

2 participants