Files
esp-idf/tools/test_apps/system/panic/sdkconfig.ci.memprot_esp32c3
T

10 lines
205 B
Plaintext
Raw Normal View History

# Restricting to ESP32C3
CONFIG_IDF_TARGET="esp32c3"
# Enabling memory protection
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK=y
# Enable memprot test
CONFIG_TEST_MEMPROT=y