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

wifi: esp32c2: esp8684: Update samples/test config #79879

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

raffarost
Copy link
Collaborator

@raffarost raffarost commented Oct 15, 2024

Enabling wifi shell requires a significant amount of extra RAM. Since esp32c2/esp8684 is a small device with limited SRAM, it is unable to properly run the sample after its memory layout was updated. This PR removes the config files for wifi sample and updates config file for wifi test in order to allow running it without memory allocation errors.

Raffael Rostagno added 2 commits October 9, 2024 16:34
RAM adjustments to fit smaller SRAM availability on ESP32C2/ESP8684

Signed-off-by: Raffael Rostagno <[email protected]>
Remove wifi sample config files for esp32c2/esp8684, as device
isn't able to run it after memory layout update.

Signed-off-by: Raffael Rostagno <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi platform: ESP32 Espressif ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant