Further fixes and adjustments for getting UART working on esp32 boards

This commit is contained in:
Lorow
2025-11-04 00:55:12 +01:00
parent 3b66642a83
commit 68cac0b3ac
20 changed files with 129 additions and 100 deletions

View File

@@ -2,7 +2,7 @@
CONFIG_IDF_TARGET="esp32"
# CONFIG_IDF_TARGET_ESP32S3 is not set
# CONFIG_WIRED_MODE is not set
CONFIG_BLINK_GPIO=33 # todo check this pin
CONFIG_LED_DEBUG_GPIO=33 # todo check this pin
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 is not set
# CONFIG_ESP32S3_SPIRAM_SUPPORT is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
@@ -55,5 +55,8 @@ CONFIG_SPIRAM_SPEED_80M=y
#
# OpenIris: Serial Communication Settings
#
CONFIG_UART_PORT_NUMER=1
CONFIG_UART_PORT_NUMBER=0
CONFIG_UART_RX_PIN=-1
CONFIG_UART_TX_PIN=-1
# end of OpenIris: Serial Communication Settings