OVMS3-idf/tools/unit-test-app/components/test_utils
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
..
include spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-09 09:59:43 +11:00
CMakeLists.txt tools: use new component registration api for unit test app 2019-06-21 19:53:29 +08:00
component.mk unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
Kconfig Add support a [leaks] tag for UT 2019-04-12 09:31:23 +08:00
ref_clock.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
test_runner.c test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
test_utils.c spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-09 09:59:43 +11:00