mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
412b09abf4
This commit migrates the esp_pm unit tests from the legacy unit test to a stand alone test app. The following CI configurations are provided - Default: Automatic light sleep with mostly default configurations - Options: Enables all of the optional esp_pm features - Limits: Limit tests esp_pm
12 lines
501 B
Plaintext
12 lines
501 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
TEST_EXCLUDE_COMPONENTS=bt driver esp_system spi_flash test_utils soc experimental_cpp_component esp-tls sdmmc
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800
|
|
CONFIG_SPIRAM_OCCUPY_NO_HOST=y
|
|
CONFIG_ESP32_WIFI_RX_IRAM_OPT=n
|
|
CONFIG_ESP32_WIFI_IRAM_OPT=n
|
|
# Disable encrypted flash reads/writes to save IRAM in this build configuration
|
|
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n
|
|
CONFIG_SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY=y
|
|
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
|