esp-idf/components/esp32/test
Marius Vikhammer 0a95151a75 unit_test: Refactor all performance tests that rely on cache compensated timer
There is no ccomp timer on C3, which means our performance tests will start
failing again due to variance caused by cache misses.

This MR adds TEST_PERFORMANCE_CCOMP_ macro that will only fail
performance test if CCOMP timer is supported on the target
2020-12-22 18:56:24 +11:00
..
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk esp_rom: move rom api test into esp_rom component 2020-06-03 13:16:13 +08:00
test_4mpsram.c ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
test_aes_sha_rsa.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
test_ahb_arb.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_ahb_arb_asm.S Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_attr.c
test_backtrace.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_dport.c uart: seperate sclk and baudrate setting 2020-11-24 19:12:52 +08:00
test_dport_xt_highint5.S esp32: Add UT for DPORT 2019-12-21 14:10:38 +00:00
test_fastbus.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_fastbus_asm.S
test_fp.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_himem.c
test_random.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_reset_reason.c esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack 2020-05-22 16:23:53 +08:00
test_sha.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_spiram_cache_flush.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_stack_check.c
test_stack_check_cxx.cpp
test_tsens.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_unal_dma.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00