OVMS3-idf/components/spi_flash/test
Angus Gratton 95f7b1985b 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-03 00:17:27 +00:00
..
CMakeLists.txt ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
component.mk ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
test_cache_disabled.c util-test: The cache and spi_flash tests passed 2019-09-09 16:59:29 +08:00
test_esp_flash.c spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-03 00:17:27 +00:00
test_flash_encryption.c spi_flash: support to verify written encrypted data 2019-10-30 05:49:50 +00:00
test_large_flash_writes.c spi_flash: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08:00
test_mmap.c spi_flash: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08: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: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08:00
test_partitions.c spi_flash: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08:00
test_read_write.c spi_flash: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08:00
test_spi_flash.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00