sdkconfig.ci.memprot_esp32h2 164 B

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