esp-idf/components/esp_rom/esp32s3
Cao Sen Miao 9df0678421 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-03-01 10:51:31 +08:00
..
ld fix(ble/controller): Fixed tx count in direct test mode on ESP32-C3 and ESP32-S3 2024-02-04 14:30:19 +08:00
esp_rom_caps.h fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-01 10:51:31 +08:00
Kconfig.soc_caps.in fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-01 10:51:31 +08:00