Wykres commitów

6 Commity (152db1a4babd36f39d2e5dd7fc4390b699fed27b)

Autor SHA1 Wiadomość Data
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
Cao Sen Miao a690a87829 spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
Aditya Patwardhan 4a54c8b9bf flash_encryption_example: Increase timeout 2022-06-28 03:48:03 +00:00
Mahavir Jain 3a104b011d
examples/security: update test script to handle custom NVS partition init 2022-06-03 10:16:29 +05:30
Aditya Patwardhan 4dec4b87e7 flash_encryption_example_test: Add support for erasing the flash for the
target.
2022-04-30 00:28:35 +00:00
Aditya Patwardhan 600272bc5d flash_encryption_example: Update example test to use pytest framework 2022-04-21 13:26:57 +05:30