mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3ccd1ae6e2
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. https://github.com/espressif/esp-idf/issues/6515