esp-idf/components/spi_flash/test
Angus Gratton 11d2db40f4 spi_flash: Fix SPI flash write alignment/size bugs
* Writing >4 bytes to unaligned offsets would fail
* Writiing data from flash would fail (wrong buffer was used)
* Writing >8192 bytes from RAM would over-write data multiple times

Adds test cases for the above.
2017-06-09 17:33:27 +10:00
..
component.mk
test_cache_disabled.c add test case for invalid cache access interrupt 2017-04-13 15:27:39 +08:00
test_flash_encryption.c
test_large_flash_writes.c spi_flash: Fix SPI flash write alignment/size bugs 2017-06-09 17:33:27 +10:00
test_mmap.c
test_partitions.c
test_read_write.c
test_spi_flash.c