esp-idf/components/driver/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
..
adc_dma_test driver test: Use regular target guards for single-target test files 2020-12-01 10:58:50 +11:00
dac_dma_test driver test: Use regular target guards for single-target test files 2020-12-01 10:58:50 +11:00
include/test esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
param_test esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
touch_sensor_test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt cmock: added cmock as component 2020-09-02 16:38:37 +08:00
component.mk driver(adc): fix adc io init bug; add unit test to check; 2020-05-12 06:52:26 +00:00
test_adc2_with_wifi.c adc_i2s: solve the i2s_adc issue when using wifi 2020-12-07 10:45:04 +08:00
test_adc_common.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_common_spi.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_dac.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_dedicated_gpio.c dedicated gpio: add driver 2020-10-20 21:06:09 +08:00
test_gpio.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_i2c.c i2c: Add supports on esp32s3 2020-11-12 11:32:45 +08:00
test_i2s.c global: enable build uinit test for esp32-s3 2020-09-22 15:15:03 +08:00
test_ledc.c global: enable build uinit test for esp32-s3 2020-09-22 15:15:03 +08:00
test_pcnt.c pcnt: replace isr register with isr service in example 2020-10-19 11:56:18 +08:00
test_pwm.c soc: updates caps usage 2020-10-17 16:10:17 +08:00
test_rmt.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_rs485.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_rtcio.c global: enable build uinit test for esp32-s3 2020-09-22 15:15:03 +08:00
test_sdio.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_sdmmc_sdspi_init.cpp sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
test_sigmadelta.c sigma_delta: add periph signal list and support esp32-s3 2020-10-29 11:06:28 +08:00
test_spi_bus_lock.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_spi_master.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_spi_param.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_spi_sio.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_spi_slave_hd.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_spi_slave.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_timer.c timergroup: refactor unit test to better support future chip 2020-11-03 18:16:50 +08:00
test_uart.c uart: add uart support on esp32s3 2020-11-24 19:12:51 +08:00