mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-30 01:26:31 +03:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
# Restricting to ESP32C3
|
|
CONFIG_IDF_TARGET="esp32c3"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_MEMPROT=y
|
|
CONFIG_ESP_SYSTEM_MEMPROT_PMS_LOCK=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|