esp-idf/components/esp_system/port
Martin Vychodil ec6745a137 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-05 11:58:31 +02:00
..
arch panic/memprot: Fix minor const string correction on panic print 2021-08-18 19:29:44 +08:00
include async_mcp: apply gdma driver 2021-01-13 10:52:27 +08:00
soc esp32s2: reset systimer clk on startup 2021-07-30 10:13:46 +08:00
async_memcpy_impl_gdma.c async_mcp: apply gdma driver 2021-01-13 10:52:27 +08:00
CMakeLists.txt esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
cpu_start.c Adjust the variable name & 2021-09-15 16:09:33 +08:00
panic_handler.c System/Security: wrong check of the Memprot feature in esp_restart()/panic_restart() 2021-10-05 11:58:31 +02:00