Skip to content

Commit 616a550

Browse files
authored
Revert "S3 OPI tweak LCD RGB parallel speed"
This reverts commit 01dcb26.
1 parent 01dcb26 commit 616a550

8 files changed

+15
-18
lines changed

configs/builds.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,26 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","120m","opi_ram"],
134+
"idf_libs":["qio","80m","opi_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137+
["qio","120m","opi_ram"],
137138
["qio","80m","qio_ram"],
139+
["qio","80m","opi_ram"],
140+
["opi","120m","qio_ram"],
138141
["opi","120m","opi_ram"],
142+
["opi","80m","qio_ram"],
139143
["opi","80m","opi_ram"]
140144
],
141145
"mem_variants":[
142146
["qio","120m","qio_ram"],
147+
["qio","120m","opi_ram"],
148+
["qio","80m","qio_ram"],
149+
["qio","80m","opi_ram"],
150+
["opi","120m","qio_ram"],
143151
["opi","120m","opi_ram"],
144-
["opi","120m","qio_ram"]
152+
["opi","80m","qio_ram"],
153+
["opi","80m","opi_ram"]
145154
]
146155
}
147156
]

configs/defconfig.common

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y
1616
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
1717
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
1818
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
19-
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
2019
CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y
2120
# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set
2221
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set

configs/defconfig.dout

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y

configs/defconfig.esp32

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CONFIG_BT_ENABLED=y
55
CONFIG_BT_STACK_NO_LOG=y
66
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
7-
# CONFIG_BLE_MESH is not set
7+
# CONFIG_BLE_MESH is not set
88
CONFIG_BT_NIMBLE_ENABLED=y
99
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1010
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1

configs/defconfig.esp32c2

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
CONFIG_XTAL_FREQ_26=y
22
CONFIG_XTAL_FREQ=26
33

4-
CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
5-
64
#
75
# Bluetooth
86
#
97
CONFIG_BT_ENABLED=y
108
CONFIG_BT_STACK_NO_LOG=y
119
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
12-
# CONFIG_BLE_MESH is not set
10+
# CONFIG_BLE_MESH is not set
1311
CONFIG_BT_NIMBLE_ENABLED=y
1412
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1513
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1

configs/defconfig.esp32c6

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# C6 has full Newlib in Rom
22
# CONFIG_NEWLIB_NANO_FORMAT is not set
33

4-
CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
5-
64
# Enable LP Core
75
CONFIG_ULP_COPROC_ENABLED=y
86
CONFIG_ULP_COPROC_TYPE_LP_CORE=y

configs/defconfig.opi_ram

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
CONFIG_SPIRAM_MODE_OCT=y
22
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
33
# CONFIG_SPIRAM_MEMTEST is not set
4-
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5-
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
6-
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
7-
CONFIG_GDMA_ISR_IRAM_SAFE=y
8-
# place non-ISR FreeRTOS functions in Flash
9-
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
10-
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
11-
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
12-
CONFIG_SPIRAM_RODATA=y

configs/defconfig.qout

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ESPTOOLPY_FLASHMODE_QOUT=y

0 commit comments

Comments
 (0)