mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
# Restricting to ESP32P4
|
|
CONFIG_IDF_TARGET="esp32p4"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|
|
|
|
# Enable SPIRAM to check the alignment gap's memory protection
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_USE_CAPS_ALLOC=y
|