Skip to content

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

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 5 commits into from
Jun 21, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(uart): commentaries style fix
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
SuGlider and Copilot authored Jun 21, 2025
commit 0301a25801a67db12023c17c3bc8591fae66ce6d
8 changes: 4 additions & 4 deletions cores/esp32/esp32-hal-uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,10 +1383,10 @@ unsigned long uartDetectBaudrate(uart_t *uart) {
#endif
}

///////////////////////////
// These functions are for testing purpose only and can be used in Arduino Sketches
// Those are used in the UART examples and CI
///////////////////////////
/*
* These functions are for testing purposes only and can be used in Arduino Sketches.
* They are utilized in the UART examples and CI.
*/

/*
This function internally binds defined UARTs TX signal with defined RX pin of any UART (same or different).
Expand Down
Loading