forked from espressif/esp-idf
test(dma): only test 40MHz on esp32c5
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
CONFIG_SPIRAM=y
|
CONFIG_SPIRAM=y
|
||||||
CONFIG_SPIRAM_SPEED_80M=y
|
CONFIG_SPIRAM_SPEED_40M=y
|
||||||
|
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
CONFIG_SPIRAM=y
|
CONFIG_SPIRAM=y
|
||||||
CONFIG_SPIRAM_SPEED_80M=y
|
CONFIG_SPIRAM_SPEED_40M=y
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
CONFIG_SPIRAM=y
|
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
|
# 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
|
# the Frame Buffer is allocated from the PSRAM and fetched by EDMA
|
||||||
CONFIG_SPIRAM_XIP_FROM_PSRAM=y
|
CONFIG_SPIRAM_XIP_FROM_PSRAM=y
|
||||||
|
Reference in New Issue
Block a user