From 31b6be0d2ca404740ac6ca83286ee06dbd97d4c0 Mon Sep 17 00:00:00 2001 From: morris Date: Tue, 6 May 2025 17:58:36 +0800 Subject: [PATCH] test(dma): only test 40MHz on esp32c5 --- .../test_apps/parlio/sdkconfig.defaults.esp32c5 | 3 ++- .../esp_hw_support/test_apps/dma/sdkconfig.defaults.esp32c5 | 2 +- .../peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5 | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/esp_driver_parlio/test_apps/parlio/sdkconfig.defaults.esp32c5 b/components/esp_driver_parlio/test_apps/parlio/sdkconfig.defaults.esp32c5 index 728fbe8889..cf58113524 100644 --- a/components/esp_driver_parlio/test_apps/parlio/sdkconfig.defaults.esp32c5 +++ b/components/esp_driver_parlio/test_apps/parlio/sdkconfig.defaults.esp32c5 @@ -1,2 +1,3 @@ CONFIG_SPIRAM=y -CONFIG_SPIRAM_SPEED_80M=y +CONFIG_SPIRAM_SPEED_40M=y +CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0 diff --git a/components/esp_hw_support/test_apps/dma/sdkconfig.defaults.esp32c5 b/components/esp_hw_support/test_apps/dma/sdkconfig.defaults.esp32c5 index 728fbe8889..5bfc98dcc7 100644 --- a/components/esp_hw_support/test_apps/dma/sdkconfig.defaults.esp32c5 +++ b/components/esp_hw_support/test_apps/dma/sdkconfig.defaults.esp32c5 @@ -1,2 +1,2 @@ CONFIG_SPIRAM=y -CONFIG_SPIRAM_SPEED_80M=y +CONFIG_SPIRAM_SPEED_40M=y diff --git a/examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5 b/examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5 index 492c21f549..49237a514f 100644 --- a/examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5 +++ b/examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5 @@ -1,5 +1,5 @@ CONFIG_SPIRAM=y -CONFIG_SPIRAM_SPEED_80M=y +CONFIG_SPIRAM_SPEED_40M=y # Enabling the following configurations can help increase the PCLK frequency in the case when # the Frame Buffer is allocated from the PSRAM and fetched by EDMA CONFIG_SPIRAM_XIP_FROM_PSRAM=y