esp-idf/components/spi_flash/test_apps
Cao Sen Miao 355df44822 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:38:27 +08:00
..
components/test_flash_utils feat(spi_flash): add common test_flash_utils component 2023-06-28 11:08:05 +08:00
esp_flash fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
esp_flash_stress fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
flash_encryption fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-01 10:38:27 +08:00
flash_mmap fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
flash_suspend fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
mspi_test fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
.build-test-rules.yml ci(spi_flash): reduce build times on ci 2023-10-13 17:54:42 +08:00