Skip to content

Revert "S3 OPI tweak LCD RGB parallel speed" #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions configs/builds.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,26 @@
{
"target": "esp32s3",
"features":[],
"idf_libs":["qio","120m","opi_ram"],
"idf_libs":["qio","80m","opi_ram"],
"bootloaders":[
["qio","120m","qio_ram"],
["qio","120m","opi_ram"],
["qio","80m","qio_ram"],
["qio","80m","opi_ram"],
["opi","120m","qio_ram"],
["opi","120m","opi_ram"],
["opi","80m","qio_ram"],
["opi","80m","opi_ram"]
],
"mem_variants":[
["qio","120m","qio_ram"],
["qio","120m","opi_ram"],
["qio","80m","qio_ram"],
["qio","80m","opi_ram"],
["opi","120m","qio_ram"],
["opi","120m","opi_ram"],
["opi","120m","qio_ram"]
["opi","80m","qio_ram"],
["opi","80m","opi_ram"]
]
}
]
Expand Down
1 change: 0 additions & 1 deletion configs/defconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y
# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
Expand Down
1 change: 1 addition & 0 deletions configs/defconfig.dout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y
2 changes: 1 addition & 1 deletion configs/defconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_STACK_NO_LOG=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
# CONFIG_BLE_MESH is not set
# CONFIG_BLE_MESH is not set
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
Expand Down
4 changes: 1 addition & 3 deletions configs/defconfig.esp32c2
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
CONFIG_XTAL_FREQ_26=y
CONFIG_XTAL_FREQ=26

CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y

#
# Bluetooth
#
CONFIG_BT_ENABLED=y
CONFIG_BT_STACK_NO_LOG=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
# CONFIG_BLE_MESH is not set
# CONFIG_BLE_MESH is not set
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
Expand Down
2 changes: 0 additions & 2 deletions configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# C6 has full Newlib in Rom
# CONFIG_NEWLIB_NANO_FORMAT is not set

CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y

# Enable LP Core
CONFIG_ULP_COPROC_ENABLED=y
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
Expand Down
9 changes: 0 additions & 9 deletions configs/defconfig.opi_ram
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
# CONFIG_SPIRAM_MEMTEST is not set
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
CONFIG_GDMA_ISR_IRAM_SAFE=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
1 change: 1 addition & 0 deletions configs/defconfig.qout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_ESPTOOLPY_FLASHMODE_QOUT=y