sdkconfig.ci.memprot_esp32c6 164 B

12345678
  1. # Restricting to ESP32C6
  2. CONFIG_IDF_TARGET="esp32c6"
  3. # Enabling memory protection
  4. CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
  5. # Enable memprot test
  6. CONFIG_TEST_MEMPROT=y