An open API service for providing issue and pull request metadata for open source projects.

GitHub / espressif/arduino-esp32 issues and pull requests

Labelled with: Peripheral: UART

#11607 - fix(build): make core compatible with IDF 5.3

Pull Request - State: closed - Opened by SuGlider 4 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#11508 - fix(uart): removes assert() to avoid reset

Pull Request - State: open - Opened by SuGlider 5 months ago
Labels: Peripheral: UART

#11507 - fix(uart): idf 5.5 new gpio_iomux_* functions

Pull Request - State: closed - Opened by SuGlider 5 months ago - 3 comments
Labels: Area: ESP-IDF related, Status: Pending Merge, Peripheral: UART

#11499 - feat(uart): fixes pin attach for any IDF 5.x

Pull Request - State: closed - Opened by SuGlider 5 months ago - 6 comments
Labels: Area: ESP-IDF related, Status: Pending Merge, Peripheral: UART, bug 🐞

#11492 - feat(uart): fixes loopback function after IDF changes

Pull Request - State: closed - Opened by SuGlider 5 months ago - 5 comments
Labels: Type: CI & Testing, Status: Pending Merge, Peripheral: UART

#11367 - feat(core): Add wait time before setup

Pull Request - State: open - Opened by tanakamasayuki 7 months ago - 4 comments
Labels: Peripheral: UART

#11309 - feat(uart): simplifies UART example based on MODBUS standard

Pull Request - State: closed - Opened by SuGlider 7 months ago - 2 comments
Labels: Type: Example, Status: Pending Merge, Peripheral: UART

#11309 - feat(uart): simplifies UART example based on MODBUS standard

Pull Request - State: closed - Opened by SuGlider 7 months ago - 2 comments
Labels: Type: Example, Status: Pending Merge, Peripheral: UART

#11286 - feat(uart): sets correct ESP32/S2 clock source for the example

Pull Request - State: closed - Opened by SuGlider 7 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#11286 - feat(uart): sets correct ESP32/S2 clock source for the example

Pull Request - State: closed - Opened by SuGlider 7 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#11236 - RFQ: make TimedRead and TimedPeek virtual

Pull Request - State: closed - Opened by imwhocodes 8 months ago - 6 comments
Labels: Peripheral: UART, Status: Awaiting Response

#11236 - RFQ: make TimedRead and TimedPeek virtual

Pull Request - State: open - Opened by imwhocodes 8 months ago - 5 comments
Labels: Peripheral: UART, Status: Awaiting Response

#11207 - RS232 over UART not working with Core V3

Issue - State: closed - Opened by Glujaz 8 months ago - 2 comments
Labels: Type: Question, Status: Solved, Peripheral: UART, 3.0 migration

#11191 - Add an option to force IDF's default UART clock source

Pull Request - State: closed - Opened by gonzabrusco 8 months ago - 14 comments
Labels: Status: Pending Merge, Peripheral: UART

#11191 - Add an option to force IDF's default UART clock source

Pull Request - State: closed - Opened by gonzabrusco 8 months ago - 14 comments
Labels: Status: Pending Merge, Peripheral: UART

#11159 - feat(logging): Arduino log redirection

Pull Request - State: closed - Opened by mathieucarbou 8 months ago - 11 comments
Labels: Status: Pending Merge, Peripheral: UART

#11159 - feat(logging): Arduino log redirection

Pull Request - State: closed - Opened by mathieucarbou 8 months ago - 11 comments
Labels: Status: Pending Merge, Peripheral: UART

#11141 - fix(uart): uart rx timeout validation with proper log message

Pull Request - State: closed - Opened by SuGlider 9 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#11141 - fix(uart): uart rx timeout validation with proper log message

Pull Request - State: closed - Opened by SuGlider 9 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#11122 - fix(UART): sets the correct uart clock source when using begin(baudrate)

Pull Request - State: closed - Opened by SuGlider 9 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART, bug 🐞

#11122 - fix(UART): sets the correct uart clock source when using begin(baudrate)

Pull Request - State: closed - Opened by SuGlider 9 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART, bug 🐞

#11121 - Don't use begin() method to just change baudrate

Issue - State: closed - Opened by GitHubLionel 9 months ago - 6 comments
Labels: Peripheral: UART, bug 🐞

#11077 - fix(uart): Fixes UART CI script to work with Arduino Core 3.2.x

Pull Request - State: closed - Opened by SuGlider 9 months ago - 9 comments
Labels: Type: CI & Testing, Status: Pending Merge, Peripheral: UART, Status: Review needed

#11076 - Serial1 not working with 3.1.2 and 3.1.3

Issue - State: closed - Opened by ricardourio 9 months ago - 5 comments
Labels: Peripheral: UART

#11007 - Fix HardwareSerial Config

Pull Request - State: closed - Opened by gonzabrusco 9 months ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10967 - feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port

Pull Request - State: closed - Opened by SuGlider 10 months ago - 5 comments
Labels: Type: Feature request, Status: Pending Merge, Peripheral: UART

#10967 - feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port

Pull Request - State: closed - Opened by SuGlider 10 months ago - 5 comments
Labels: Type: Feature request, Status: Pending Merge, Peripheral: UART

#10926 - FIX [UART]: ESP32-S2 UART baud rate detection CI test case

Pull Request - State: closed - Opened by SuGlider 10 months ago - 2 comments
Labels: Type: CI & Testing, Status: Pending Merge, Peripheral: UART

#10926 - FIX [UART]: ESP32-S2 UART baud rate detection CI test case

Pull Request - State: closed - Opened by SuGlider 10 months ago - 2 comments
Labels: Type: CI & Testing, Status: Pending Merge, Peripheral: UART

#10643 - feat(uart): [IDF 5.3] fixes HardwareSerial::updateBaudRate() using a baud rate higher 230400 - checks UART Clock Source

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10643 - feat(uart): [IDF 5.3] fixes HardwareSerial::updateBaudRate() using a baud rate higher 230400 - checks UART Clock Source

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10642 - feat(uart): [IDF5.1] fixes HardwareSerial::updateBaudRate() using a baud rate higher 230400 - checks UART Clock Source

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 2 comments
Labels: Status: Pending Merge, Peripheral: UART

#10642 - feat(uart): [IDF5.1] fixes HardwareSerial::updateBaudRate() using a baud rate higher 230400 - checks UART Clock Source

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 2 comments
Labels: Status: Pending Merge, Peripheral: UART

#10641 - (UART): ESP32 - Cannot change baud rate from 230400 to 460800 with Serial.updateBaudRate()

Issue - State: closed - Opened by deltecent about 1 year ago - 5 comments
Labels: Status: In Progress, Peripheral: UART

#10619 - feat(uart): adds Serial4 as a keyword - used by ESP32-P4

Pull Request - State: open - Opened by SuGlider about 1 year ago
Labels: Peripheral: UART

#10619 - feat(uart): adds Serial4 as a keyword - used by ESP32-P4

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 1 comment
Labels: Status: Pending Merge, Peripheral: UART

#10525 - feat(uart): uart break example improvement

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Type: Example, Status: Pending Merge, Peripheral: UART

#10525 - feat(uart): uart break example improvement

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Type: Example, Status: Pending Merge, Peripheral: UART

#10521 - ESP32-P4 UART Pin Definitions

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10521 - ESP32-P4 UART Pin Definitions

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10517 - ESP32-P4 UART pins setup, begin, detach, loopback function FIX

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Peripheral: UART

#10517 - ESP32-P4 UART pins setup, begin, detach, loopback function FIX

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Peripheral: UART

#10447 - fix(uart): Add missing HP UARTs for ESP32-P4

Pull Request - State: closed - Opened by lucasssvaz about 1 year ago - 2 comments
Labels: Area: Peripherals API, Status: Pending Merge, Peripheral: UART

#10429 - fix(uart) 2.0.x Core: fixes serialEventRun() to avois calling available() if serialEvent() is not declared

Pull Request - State: open - Opened by SuGlider about 1 year ago
Labels: Peripheral: UART, Status: Review needed

#10429 - fix(uart) 2.0.x Core: fixes serialEventRun() to avoid calling available() if serialEvent() is not declared

Pull Request - State: closed - Opened by SuGlider about 1 year ago
Labels: Status: Pending Merge, Peripheral: UART, Status: Review needed

#10428 - feat(uart) 3.1.x Core: fixes serialEventRun() to avoid calling available() if serialEvent() is not declared

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 5 comments
Labels: Status: Pending Merge, Peripheral: UART, Status: Review needed

#10428 - feat(uart) 3.1.x Core: fixes serialEventRun() to avois calling available() if serialEvent() is not declared

Pull Request - State: open - Opened by SuGlider about 1 year ago - 5 comments
Labels: Peripheral: UART, Status: Review needed

#10423 - feat(uart): only enable on_receive task if necessary

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 3 comments
Labels: Peripheral: UART

#10423 - feat(uart): only enable on_receive task if necessary

Pull Request - State: closed - Opened by SuGlider about 1 year ago - 4 comments
Labels: Peripheral: UART

#10420 - UART Communication Delays and Data Loss

Issue - State: closed - Opened by mightChamp about 1 year ago - 31 comments
Labels: Priority: High :mount_fuji:, Peripheral: UART

#10248 - fix(uart): sleep retention

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10248 - fix(uart): sleep retention

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 3 comments
Labels: Status: Pending Merge, Peripheral: UART

#10172 - Fix(UART): ESP32 | ESP32-S2 UART Clock Source

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 3 comments
Labels: Chip: ESP32-S2, Status: Pending Merge, Peripheral: UART

#10161 - HardwareSerial at 460800 BAUD not working

Issue - State: closed - Opened by mettatec over 1 year ago - 8 comments
Labels: Chip: ESP32-S2, Peripheral: UART

#10152 - I would like to reopen the issue. Encountered this again.

Issue - State: closed - Opened by khryssmar over 1 year ago - 3 comments
Labels: Resolution: Wontfix, Peripheral: UART

#10117 - Garbage on HardwareSerial ESP32S2 at 3.0.4

Issue - State: closed - Opened by olagt over 1 year ago - 9 comments
Labels: Status: Awaiting triage, Peripheral: UART

#10087 - fix(uart): Sets XTAL as clock source for uart

Pull Request - State: open - Opened by SuGlider over 1 year ago
Labels: Peripheral: UART

#9950 - fix(uart): Set back Pin signal polarity

Pull Request - State: open - Opened by SuGlider over 1 year ago
Labels: Peripheral: UART

#9783 - ESP32 Dev Module Hardware Serial doesn't work well in 3.0.0 version of boards

Issue - State: closed - Opened by hojanico19 over 1 year ago - 11 comments
Labels: Resolution: Awaiting response, Peripheral: UART

#9728 - Serial2 initialization on ESP32-WROOM-32E causes reinitialization of digital pin 4

Issue - State: closed - Opened by CalamaroGigante over 1 year ago - 3 comments
Labels: Type: For reference, Type: Question, Status: Solved, Peripheral: UART, 3.0 migration

#9637 - Fixes log with NULL ptr

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 4 comments
Labels: Type: Bug :bug:, Status: Pending Merge, Peripheral: UART

#9634 - Warning: null pointer dereference [-Wnull-dereference] in esp32-hal-uart.c

Issue - State: closed - Opened by tbnobody over 1 year ago - 1 comment
Labels: Type: Bug :bug:, Peripheral: UART

#9563 - Change log level of UART events

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 2 comments
Labels: Status: Pending Merge, Peripheral: UART

#9561 - feat (uart): uses the same IDF 32bits size for TX/RX buffers

Pull Request - State: open - Opened by SuGlider over 1 year ago
Labels: Peripheral: UART

#9554 - Fix hal-uart truncated tx/rx buffer size (uint16_t -> uint32_t)

Pull Request - State: closed - Opened by Unbinilium over 1 year ago - 3 comments
Labels: Area: Peripherals API, Status: Pending Merge, Peripheral: UART, Backport needed :back:

#9551 - Why do i get a warning when i got a break on UART?

Issue - State: closed - Opened by hitecSmartHome over 1 year ago - 10 comments
Labels: Status: Awaiting triage, Peripheral: UART

#9507 - feat(doc): Add note about default pin changes to migration guide

Pull Request - State: closed - Opened by lucasssvaz over 1 year ago - 2 comments
Labels: Type: Documentation, Status: Pending Merge, Peripheral: UART, 3.0 migration

#9501 - fixes RX1/TX1 + RX2/TX2 pins in HardwareSerial.h

Pull Request - State: closed - Opened by SuGlider over 1 year ago
Labels: Peripheral: UART

#9415 - Adds a new example: onReceiveExample.ino

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 2 comments
Labels: Type: Example, Status: Pending Merge, Peripheral: UART

#9373 - fix: UART0 boot pin setup

Pull Request - State: closed - Opened by SuGlider over 1 year ago
Labels: Type: Bug :bug:, Peripheral: UART, Backport needed :back:

#9363 - ESP32S2 could not reassign Serial pins

Issue - State: closed - Opened by dzungpv over 1 year ago - 16 comments
Labels: Type: Bug :bug:, Peripheral: UART

#9353 - HardwareSerial:begin() changes RTS and CTS pins preventing detaching those pins

Pull Request - State: closed - Opened by SuGlider over 1 year ago - 1 comment
Labels: Status: Pending Merge, Peripheral: UART

#9319 - HardwareSerial Available For Write

Pull Request - State: open - Opened by SuGlider over 1 year ago
Labels: Peripheral: UART

#9095 - UART: fixes begin() after a previous begin() :: deleting previous RX/TX buffers and its data

Pull Request - State: closed - Opened by SuGlider almost 2 years ago - 2 comments
Labels: Peripheral: UART

#9002 - Noisy UART at higher baud rates

Issue - State: closed - Opened by seankovacs almost 2 years ago - 22 comments
Labels: Peripheral: UART

#8997 - Add a cb function when the Serial TX buffer emptyed

Issue - State: closed - Opened by zekageri almost 2 years ago - 2 comments
Labels: Type: Feature request, Peripheral: UART

#8779 - ESP32-S2 USB-ACM target device [NOT UART]: hang on receive

Issue - State: closed - Opened by hpax about 2 years ago - 3 comments
Labels: Peripheral: UART

#8469 - esp32c3 Serial1 hardwired to pin 18/19 (USB Pins)

Issue - State: closed - Opened by mcenderdragon over 2 years ago - 5 comments
Labels: Peripheral: UART

#8377 - ESP32-S3 Hangs on boot when UART is printing

Issue - State: closed - Opened by HamzaHajeir over 2 years ago - 11 comments
Labels: Resolution: Wontfix, Peripheral: UART

#8284 - Hardware USB JTAG/Serial creates lags when used.

Issue - State: closed - Opened by sblantipodi over 2 years ago - 6 comments
Labels: Peripheral: UART

#7782 - feat(esp32-s3): Add support for auto-baudrate-detection on S3

Pull Request - State: closed - Opened by imwhocodes almost 3 years ago - 26 comments
Labels: Status: Pending, Chip: ESP32-S3, Peripheral: UART