mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 06:58:11 +00:00

This commit enabled CPU region protection for ESP32H21. This alos updated strture for ESP32C6 and ESP32H2.
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
# Restricting to ESP32H21
|
|
CONFIG_IDF_TARGET="esp32h21"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|