OVMS3-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 add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_cache_disabled.c spi_flash: Add spi_flash_cache_enabled() test function 2017-03-03 15:33:23 +11:00
test_flash_encryption.c unit tests: Use a unit test app partition table, configure spi_flash to use data partition 2017-02-22 10:26:04 +11:00
test_mmap.c spi_flash: fix stale data being read from mmaped region 2017-03-04 17:48:44 +08:00
test_partitions.c spi_flash: Split large SPI flash operations into parts, allowing preemption 2017-03-22 15:35:54 +08:00
test_read_write.c spi_flash: Split large SPI flash operations into parts, allowing preemption 2017-03-22 15:35:54 +08:00
test_spi_flash.c Merge branch 'feature/docs_partition_ota_flash' into 'master' 2017-03-03 11:27:01 +08:00