OVMS3-idf/tools/unit-test-app/components/test_utils
Angus Gratton 425486223e 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-05 17:10:22 +11:00
..
include spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-05 17:10:22 +11:00
private_include test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
test ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
ccomp_timer.c test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
ccomp_timer_impl.c test_utils: move ccomp timer interrupt allocation/free to init/deinit 2019-11-21 11:59:46 +08:00
CMakeLists.txt test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
component.mk test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
Kconfig Add support a [leaks] tag for UT 2019-04-12 09:31:23 +08:00
ref_clock.c ci: support build esp32s2beta UT 2019-09-04 10:53:25 +10:00
test_runner.c heap/test_leak: changed requested memory on leak checks to match the threshold 2019-12-20 13:35:56 -03:00
test_utils.c spi_flash: Remove 16KB free internal heap limit for esp_flash_read() into PSRAM 2020-03-05 17:10:22 +11:00