-
Notifications
You must be signed in to change notification settings - Fork 8.2k
retained_mem support on esp32 devices #97276
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
nashif
merged 4 commits into
zephyrproject-rtos:main
from
wmrsouza:feature/retained_mem
Nov 14, 2025
Merged
retained_mem support on esp32 devices #97276
nashif
merged 4 commits into
zephyrproject-rtos:main
from
wmrsouza:feature/retained_mem
Nov 14, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62379c5 to
8d79589
Compare
sylvioalves
reviewed
Oct 9, 2025
uLipe
previously approved these changes
Oct 10, 2025
Contributor
Author
|
@uLipe |
8d79589 to
e52d04f
Compare
c2306fc to
800d7bc
Compare
8584799 to
cbc6691
Compare
d9c6040 to
9dac746
Compare
7b13f1f to
2412373
Compare
marekmatej
previously approved these changes
Oct 23, 2025
sylvioalves
previously approved these changes
Oct 23, 2025
Adds separate memory regions for rtc ram memory areas and reworks linker scripts to make use of their starting addresses and lengths Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
Adds support for retained_men on the following platforms: - esp32_devkitc/esp32/procpu - esp32_ethernet_kit/esp32/procpu - esp32c3_devkitc - esp32c3_devkitm - esp32c3_rust - esp32c6_devkitc/esp32c6/hpcore - esp32h2_devkitm - esp32s2_devkitc - esp32s2_saola - esp32s3_devkitc/esp32s3/procpu - esp32s3_devkitm/esp32s3/procpu - esp32s3_eye/esp32s3/procpu - esp_wrover_kit/esp32/procpu Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
Enables retained_mem api test using RTC RAM for the following platforms: - esp32_devkitc/esp32/procpu - esp32c3_devkitm - esp32c6_devkitc/esp32c6/hpcore - esp32h2_devkitm - esp32s2_devkitc - esp32s3_devkitm/esp32s3/procpu Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2412373 to
02d4735
Compare
Adds retained_mem api to espressif deep_sleep sample and enables it for the following platforms: - esp32_devkitm/esp32/procpu - esp32c3_devkitm - esp32c6_devkitc/esp32c6/hpcore - esp32h2_devkitm - esp32s2_devkitc - esp32s3_devkitm/esp32s3/procpu Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
02d4735 to
c3adc6d
Compare
|
marekmatej
approved these changes
Oct 25, 2025
sylvioalves
approved these changes
Oct 25, 2025
raffarost
approved these changes
Oct 27, 2025
uLipe
approved these changes
Oct 27, 2025
nordicjm
approved these changes
Nov 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Boards/SoCs
area: Retained Memory
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: Samples
Samples
area: Tests
Issues related to a particular existing or missing test
area: Xtensa
Xtensa Architecture
platform: ESP32
Espressif ESP32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR enables support for retained_men using RTC RAM on Espressif devices