sdkconfig.ci.memprot_esp32s3 257 B

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