mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-07 13:42:43 +00:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
# Restricting to ESP32C6
|
|
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_MEMPROT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|