From 346a36ada1c69441babbed0ab92a753291dcf695 Mon Sep 17 00:00:00 2001 From: "Armando (Dou Yiwen)" Date: Tue, 11 Aug 2026 11:33:51 +0800 Subject: [PATCH] feat(flash): p4 flash 120MHz is no longer experimental feature Signed-off-by: Armando (Dou Yiwen) --- .../test_apps/mspi/sdkconfig.ci.esp32p4_120sdr_200ddr | 1 - components/spi_flash/esp32p4/Kconfig.flash_freq | 1 - .../spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio | 1 - .../test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio_map | 1 - .../spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio | 1 - .../test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio_map | 1 - 6 files changed, 6 deletions(-) diff --git a/components/esp_hw_support/test_apps/mspi/sdkconfig.ci.esp32p4_120sdr_200ddr b/components/esp_hw_support/test_apps/mspi/sdkconfig.ci.esp32p4_120sdr_200ddr index 53d90195c16..4757ca415d2 100644 --- a/components/esp_hw_support/test_apps/mspi/sdkconfig.ci.esp32p4_120sdr_200ddr +++ b/components/esp_hw_support/test_apps/mspi/sdkconfig.ci.esp32p4_120sdr_200ddr @@ -1,6 +1,5 @@ CONFIG_IDF_TARGET="esp32p4" -CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_SPIRAM=y CONFIG_SPIRAM_SPEED_200M=y CONFIG_ESPTOOLPY_FLASHFREQ_120M=y diff --git a/components/spi_flash/esp32p4/Kconfig.flash_freq b/components/spi_flash/esp32p4/Kconfig.flash_freq index fdfa232ad57..d3ee0a8037f 100644 --- a/components/spi_flash/esp32p4/Kconfig.flash_freq +++ b/components/spi_flash/esp32p4/Kconfig.flash_freq @@ -4,7 +4,6 @@ choice ESPTOOLPY_FLASHFREQ default ESPTOOLPY_FLASHFREQ_80M config ESPTOOLPY_FLASHFREQ_120M bool "120 MHz" - depends on IDF_EXPERIMENTAL_FEATURES depends on !ESP32P4_REV_MIN_0 config ESPTOOLPY_FLASHFREQ_80M bool "80 MHz" diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio index 975d6d4f323..e08073a5e34 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio @@ -1,7 +1,6 @@ CONFIG_IDF_TARGET="esp32p4" CONFIG_ESP_TASK_WDT_INIT=n -CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y CONFIG_ESPTOOLPY_FLASHFREQ_120M=y CONFIG_BOOTLOADER_FLASH_DC_AWARE=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio_map b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio_map index 15919d94765..3a9354b2aa3 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio_map +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_dio_map @@ -1,7 +1,6 @@ CONFIG_IDF_TARGET="esp32p4" CONFIG_ESP_TASK_WDT_INIT=n -CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y CONFIG_ESPTOOLPY_FLASHFREQ_120M=y CONFIG_BOOTLOADER_FLASH_DC_AWARE=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio index 01c5c8e616e..828fb90c883 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio @@ -1,7 +1,6 @@ CONFIG_IDF_TARGET="esp32p4" CONFIG_ESP_TASK_WDT_INIT=n -CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y CONFIG_ESPTOOLPY_FLASHFREQ_120M=y CONFIG_BOOTLOADER_FLASH_DC_AWARE=y diff --git a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio_map b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio_map index 3ce6005de76..d214a80df25 100644 --- a/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio_map +++ b/components/spi_flash/test_apps/esp_flash/sdkconfig.ci.p4_32m_120m_qio_map @@ -1,7 +1,6 @@ CONFIG_IDF_TARGET="esp32p4" CONFIG_ESP_TASK_WDT_INIT=n -CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y CONFIG_ESPTOOLPY_FLASHFREQ_120M=y CONFIG_BOOTLOADER_FLASH_DC_AWARE=y