esp-idf/components/esp_system/port
Martin Vychodil dffb92e45f System/Security: wrong check of the Memprot feature in esp_restart()/panic_restart()
esp_restart()/panic_restart() never resets the Digital system (so far required only by the Memprot feature) as there's a typo in the corresponding #define:
it checks CONFIG_ESP_SYSTEM_CONFIG_MEMPROT_FEATURE instead of CONFIG_ESP_SYSTEM_MEMPROT_FEATURE.
Issue fixed.

IDF-4094
2021-10-29 16:28:28 +08:00
..
arch trax: Adds ESP32-S3 support 2021-10-22 23:36:28 +03:00
include
public_compat
soc
CMakeLists.txt
brownout.c
cpu_start.c trax: Adds ESP32-S3 support 2021-10-22 23:36:28 +03:00
panic_handler.c System/Security: wrong check of the Memprot feature in esp_restart()/panic_restart() 2021-10-29 16:28:28 +08:00