mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ed0a1f7b52
- Enable pytest memprot tests for C6
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# Restricting to ESP32C6
|
|
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
# Enabling memory protection
|
|
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y
|
|
|
|
# Enable memprot test
|
|
CONFIG_TEST_MEMPROT=y
|