Files
espressif--esp-idf/tools/test_apps/system/panic/panic_base/sdkconfig.ci.memprot_esp32c2
T
2026-07-13 13:04:25 +08:00

9 lines
156 B
Plaintext

# Restricting to ESP32C2
CONFIG_IDF_TARGET="esp32c2"
# Enabling memory protection
CONFIG_ESP_SYSTEM_MEMPROT=y
# Enable memprot test
CONFIG_TEST_MEMPROT=y