Skip to content

Commit 31b6be0

Browse files
committed
test(dma): only test 40MHz on esp32c5
1 parent 8bd66b5 commit 31b6be0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CONFIG_SPIRAM=y
2-
CONFIG_SPIRAM_SPEED_80M=y
2+
CONFIG_SPIRAM_SPEED_40M=y
3+
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CONFIG_SPIRAM=y
2-
CONFIG_SPIRAM_SPEED_80M=y
2+
CONFIG_SPIRAM_SPEED_40M=y

examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_SPIRAM=y
2-
CONFIG_SPIRAM_SPEED_80M=y
2+
CONFIG_SPIRAM_SPEED_40M=y
33
# Enabling the following configurations can help increase the PCLK frequency in the case when
44
# the Frame Buffer is allocated from the PSRAM and fetched by EDMA
55
CONFIG_SPIRAM_XIP_FROM_PSRAM=y

0 commit comments

Comments
 (0)