OVMS3-idf/components/spi_flash/test
Angus Gratton c38c3ff3f0 spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM
Allocation of the temporary internal buffer will now repeat until a small enough buffer can be
allocated, and only fail if less than a 256 byte block of internal RAM is free.

Adds unit test for the same, and generic test utility for creating memory pressure.
2020-03-09 09:59:43 +11:00
..
CMakeLists.txt spi_flash tests: Fix exclusion of new API tests in legacy mode 2019-12-11 15:57:49 +11:00
component.mk flash_ops: fix spi_flash_read with source buffer not from internal memory and size < 16 2019-10-19 15:00:00 +08:00
test_cache_disabled.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
test_esp_flash.c spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-09 09:59:43 +11:00
test_flash_encryption.c esp_flash: add support for encrypted read and write 2019-09-16 17:10:08 +08:00
test_large_flash_writes.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
test_mmap.c spi_flash: fix mmap unit tests for flash encryption 2019-09-10 17:20:19 +02:00
test_out_of_bounds_write.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
test_partition_ext.c spi_flash: support for partitions in external flash 2019-07-02 10:26:06 +02:00
test_partitions.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
test_read_write.c flash_ops: fix spi_flash_read with source buffer not from internal memory and size < 16 2019-10-19 15:00:00 +08:00
test_spi_flash.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00