sdkconfig.ci.memprot_esp32s2 256 B

123456789101112
  1. # Restricting to ESP32S2
  2. CONFIG_IDF_TARGET="esp32s2"
  3. # Enabling memory protection
  4. CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y
  5. CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK=y
  6. # Enabling DCACHE
  7. CONFIG_ESP32S2_DATA_CACHE_8KB=y
  8. # Enable memprot test
  9. CONFIG_TEST_MEMPROT=y