mirror of
https://github.com/espressif/esp-idf
synced 2025-04-14 02:30:09 -04:00
The remaining 4 kB had been reserved for storing RF calibration and BT stack state since 4e092be6. However, these features never got implemented. If we ever need to place RF related data into RTC slow memory, we can do this by creating a variable with RTC_NOINIT_ATTR instead. Closes https://github.com/espressif/esp-idf/issues/3993