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

boards: esp32c3_supermini: increase board heap and stack #83514

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

xudongzheng
Copy link
Contributor

The heap and stack are now consistent with other ESP32-C3 boards in tree. This is necessary for Bluetooth to not crash on boot.

The heap and stack are now consistent with other ESP32-C3 boards in
tree. This is necessary for Bluetooth to not crash on boot.

Signed-off-by: Xudong Zheng <[email protected]>
@kartben
Copy link
Collaborator

kartben commented Jan 6, 2025

@sylvioalves wonder if this really has to do with the board per se or if this is basically a tell that it should be dealt with at the soc level if all boards end up needing the exact same config?

@marekmatej
Copy link

It looks like the other board sets the CONFIG_MAIN_STACK_SIZE and heap size too. LGTM

@sylvioalves
Copy link
Collaborator

sylvioalves commented Jan 7, 2025

@sylvioalves wonder if this really has to do with the board per se or if this is basically a tell that it should be dealt with at the soc level if all boards end up needing the exact same config?

It might be the case it could be improved indeed, either by adding more HEAP when BLE is enabled or at SoC level. I am not able to submit a PR performing the necessary tests, so I am good having this merged.

@kartben kartben merged commit 2a04aba into zephyrproject-rtos:main Jan 7, 2025
19 checks passed
@xudongzheng xudongzheng deleted the esp32c3-ram-pr branch January 7, 2025 22:32
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.

4 participants