esp-idf/components/esp32s2
Martin Vychodil 7689a801d4 System/Memprot: fixed voltage glitching detection logic
When the application is being debugged it should check the call result (esp_cpu_in_ocd_debug_mode())
is not given volt.glitch attack - so the result is triple-checked by ESP_FAULT_ASSERT macro. In case
the check fails, the system is reset immediately

IDF-4014
2021-10-04 19:25:32 +02:00
..
include add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
ld Adjust the variable name & 2021-09-15 16:09:33 +08:00
test hmac: Added Downstream JTAG enable mode for esp32c3 2021-09-14 17:05:01 +05:30
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 build: fix linker scripts edition not triggering a rebuild 2021-05-06 12:19:01 +08: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 Fix memory leak on error path in esp_ds_start_sign 2021-07-25 07:42:13 +05:30
esp_hmac.c esp32s2/hmac: Release HMAC lock in downstream mode incase of failure 2021-09-14 17:05:28 +05:30
hw_random.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
Kconfig ULP: reduce max possible memory reserved for ULP coprocessor 2021-07-31 14:10:57 +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 System/Memprot: fixed voltage glitching detection logic 2021-10-04 19:25:32 +02:00
spiram_psram.c add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
spiram_psram.h add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
spiram.c add flash and PSRAM CS IO acquire function 2021-09-17 16:28:47 +08:00
system_api_esp32s2.c esp32s2: Fix embedded flash feature flag for ESP32-S2FH16, ESP32-S2FH32 2020-11-17 18:16:25 +11:00