esp-idf/components/spi_flash/test
Angus Gratton d8fda48551 spi_flash: Split large SPI flash operations into parts, allowing preemption
* Erase range operations allow preemption after each block or sector.
* Write operations allow preemption every 8KB of data.
* Reado operations allow preemption every 16KB of data.
2017-03-22 15:35:54 +08:00
..
component.mk
test_cache_disabled.c
test_flash_encryption.c
test_mmap.c
test_partitions.c
test_read_write.c
test_spi_flash.c