mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
# Restricting to ESP32H21
|
|
CONFIG_IDF_TARGET="esp32h21"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_MEMPROT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|