esp-idf/examples/security
Cao Sen Miao d8f505751e 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-04 11:55:50 +08:00
..
flash_encryption fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled 2024-03-04 11:55:50 +08:00
.build-test-rules.yml