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