-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[esp32 S2] Allow .bss segment placed in external memory (IDFGH-4320) #6162
Comments
Hi @chegewara, Sorry no one got back to you about this earlier. This config option shouldn't actually be visible for ESP32-S2 as this feature has only been implemented for ESP32. Because ESP32-S2 can map PSRAM in different ways, it's not straightforward to map the variable addresses at build time. Will update this ticket again once we have an ETA for supporting this feature on ESP32-S2. |
…" for ESP32-S2 & ESP32-S3 Support for this feature is still pending. As reported by #6162
@projectgus Any update for this issue, do you have any plan to support esp32-s2? |
@sgnes this feature will be supported on S2, the code is in review now. Should be available in the next couple weeks. This issue will be updated when the feature is merged. |
…" for ESP32-S2 & ESP32-S3 Support for this feature is still pending. As reported by #6162
Any update on timeline for this feature support on esp32-s2. As timeline was mentioned around couple of weeks, Is it still the same? |
…" for ESP32-S2 & ESP32-S3 Support for this feature is still pending. As reported by #6162
Thanks for reporting and sorry for slow turnaround, the fix is available b287e01, feel free to reopen. |
When i am trying to enable
Allow .bss segment placed in external memory
in menuconfig then code does not build with error:IDF: master commit 357a277
board: S2 wrover module
SPI RAM access method
- all 3 optionsThe text was updated successfully, but these errors were encountered: