-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
esp32s3 target does not support EXT_RAM_NOINIT_ATTR (IDFGH-13336) #14253
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Comments
github-actions
bot
changed the title
esp32s3 target does not support EXT_RAM_NOINIT_ATTR
esp32s3 target does not support EXT_RAM_NOINIT_ATTR (IDFGH-13336)
Jul 26, 2024
It's not supported yet, we will support it and let you know then |
espressif-bot
added
Status: Selected for Development
Issue is selected for development
and removed
Status: Opened
Issue is new
labels
Jul 29, 2024
espressif-bot
added
Status: Reviewing
Issue is being reviewed
and removed
Status: Selected for Development
Issue is selected for development
labels
Aug 1, 2024
espressif-bot
added
Status: Done
Issue is done internally
Resolution: NA
Issue resolution is unavailable
and removed
Status: Reviewing
Issue is being reviewed
labels
Aug 21, 2024
espressif-bot
pushed a commit
that referenced
this issue
Sep 10, 2024
espressif-bot
pushed a commit
that referenced
this issue
Sep 11, 2024
Kudos! Always nice to see that the feature you are looking for was added just a few weeks ago :) |
espressif-bot
pushed a commit
that referenced
this issue
Sep 27, 2024
espressif-bot
pushed a commit
that referenced
this issue
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
5.3
Espressif SoC revision.
esp32s3
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
any
Power Supply used.
USB
What is the expected behavior?
Variables with EXT_RAM_NOINIT_ATTR attribute are placed in PSRAM
What is the actual behavior?
Variables with EXT_RAM_NOINIT_ATTR attribute are placed in IRAM
Steps to reproduce.
Debug Logs.
No response
More Information.
No .noinit option under PSRAM config
The text was updated successfully, but these errors were encountered: