mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# Restricting to ESP32C5
|
|
CONFIG_IDF_TARGET="esp32c5"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|