-
Notifications
You must be signed in to change notification settings - Fork 7.8k
feat(serial_uart): adds Serial (UART) documentation #11993
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
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the Serial (UART) API in the ESP32 Arduino Core. The documentation covers all aspects of UART communication including initialization, data transmission/reception, configuration options, hardware flow control, RS485 support, and event callbacks.
Key changes:
- Complete API reference for the HardwareSerial class with all methods documented
- Detailed explanation of UART availability across different ESP32 SoCs (including HP and LP UARTs)
- Configuration constants and examples for various use cases (baud rate detection, onReceive callbacks, RS485)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed redundant section headers for example applications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description of Change
Adds Hardware Serial documentation, mainly for the additional API on top of the mainstream Arduino API.
Test Scenarios
CI Only
Related links
N/A