mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-06 13:18:07 +00:00
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
# Restricting to ESP32S2
|
|
CONFIG_IDF_TARGET="esp32s2"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_MEMPROT=y
|
|
CONFIG_ESP_SYSTEM_MEMPROT_PMS_LOCK=y
|
|
|
|
# Enabling DCACHE
|
|
CONFIG_ESP32S2_DATA_CACHE_8KB=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|