esp-idf/components/esp32s2
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
..
include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ld Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
cache_err_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
clk.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
CMakeLists.txt Updates for riscv support 2020-11-13 07:49:11 +11:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
crosscore_int.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
dport_access.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_crypto_lock.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_ds.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_hmac.c HMAC: adding downstream JTAG Re-enable support 2020-09-28 23:40:59 +05:30
hw_random.c components: remove some unneeded headers from source files 2020-10-22 19:37:10 +08:00
Kconfig esp32xx: Fix default values for all RTC sources in RTC_CLK_CAL_CYCLES option 2020-10-28 16:25:07 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
memprot.c * memprot support for RTC_SLOW 2020-10-08 11:19:23 +08:00
spiram_psram.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
spiram_psram.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spiram.c esp32s2 spiram: Fix unused variable warnings 2020-09-21 11:43:55 +10:00
system_api_esp32s2.c esp32s2: Fix embedded flash feature flag for ESP32-S2FH16, ESP32-S2FH32 2020-11-17 18:16:25 +11:00