esp-idf/components/esp_rom
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/ld bugfix/fix crash when lmp flooding 2021-07-01 20:07:45 +08:00
esp32s2/ld spi_flash: fix the reading issue using the ROM functions in the ROM 2020-02-26 11:12:09 +08:00
include esp32: allow up to 8 kB of ULP program size 2023-03-10 18:08:14 +08:00
patches [system]: Made longjmp save for context switch 2021-07-21 09:48:48 +08:00
CMakeLists.txt fix bootloader build with rom flash driver 2021-11-08 14:14:39 +08:00
component.mk [system]: Made longjmp save for context switch 2021-07-21 09:48:48 +08:00