esp-idf/components/esp_rom/include
Ivan Grokhotkov 3ccd1ae6e2 esp32: allow up to 8 kB of ULP program size
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
2023-03-10 18:08:14 +08:00
..
esp32/rom esp32: allow up to 8 kB of ULP program size 2023-03-10 18:08:14 +08:00
esp32s2/rom spi_flash: move the unlock patch to bootloader and add support for GD 2022-06-09 12:41:56 +08:00