feat(serial_uart): adds Serial (UART) documentation#11993
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.
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.
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