fix(spi_flash): Add suspend check on esp32c6 and esp32h2 for some reason

This commit is contained in:
C.S.M
2025-03-07 14:55:11 +08:00
parent 0e076037ba
commit 65a95d3bbe
5 changed files with 34 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
CONFIG_IDF_TARGET="esp32c3"
CONFIG_SPI_FLASH_AUTO_SUSPEND=y
CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND=y

View File

@@ -1,4 +1,5 @@
CONFIG_ESP_TASK_WDT=n
CONFIG_ESP_TASK_WDT_INIT=n
CONFIG_SPI_FLASH_AUTO_SUSPEND=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND=y