esp-idf/components/spi_flash/test_apps
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
..
components/test_flash_utils spi_flash: rename spi_flash_os_func_app: spi_start, spi_end 2023-07-07 10:13:28 +08:00
esp_flash spiflash: added esp_flash API concurrency pressure test 2023-07-07 10:13:28 +08:00
esp_flash_stress cache: refactor cache_utils into cache_hal instade 2023-07-31 14:52:03 +08:00
flash_encryption fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-01 10:51:31 +08:00
flash_mmap ci: remove redundent ci configs for chip support and network components 2023-04-26 17:29:51 +08:00
mspi_test cache: refactor cache_utils into cache_hal instade 2023-07-31 14:52:03 +08:00