spi_flash: Remove legacy spi_flash drivers

This commit is contained in:
Cao Sen Miao
2022-06-27 15:24:07 +08:00
parent d9b4b82edc
commit a690a87829
181 changed files with 568 additions and 2041 deletions

View File

@@ -57,7 +57,7 @@ def test_examples_security_flash_encryption(dut: Dut) -> None:
plain_hex_str,
'with esp_partition_read',
plain_hex_str,
'with spi_flash_read',
'with esp_flash_read',
expected_str,
# The status of NVS encryption for the "nvs" partition
'NVS partition "nvs" is encrypted.',