Files
esp-idf/tools/test_apps/system/panic/sdkconfig.ci.memprot_esp32p4
2024-04-14 21:16:42 +05:30

9 lines
164 B
Plaintext

# Restricting to ESP32P4
CONFIG_IDF_TARGET="esp32p4"
# Enabling memory protection
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
# Enable memprot test
CONFIG_TEST_MEMPROT=y