esp-idf/components/esp_rom/esp32c3
Cao Sen Miao 44e16a6401 fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled
The issue is `esp_flash_write_encryped` function in ROM on ESP32C3, ESP32S3
calls legacy implementation, which uses old configuration. And this causes
write fails.
The solution in this commit is to compile and link this function(and related)
in IRAM instead of the ROM one.
The IRAM cost increases around 1.2KB after the fix
2024-02-28 10:07:53 +08:00
..
ld feat(coex): improve Wi-Fi connecting compatibility at coexistence 2024-02-27 09:43:00 +08:00
esp_rom_caps.h fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-02-28 10:07:53 +08:00
Kconfig.soc_caps.in fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-02-28 10:07:53 +08:00