You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR is a complete reffactoring of UART Serial Hardware and respective HAL in order to use IDF instead of current Register manipulation approach.
It implements Arduino SerialEvent functionality.
Fix#5287Fix#5273Fix#5519Fix#5247Fix#5403Fix#5429Fix#5047Fix#5463Fix#5362Fix#5112Fix#5443
## Impact
It solves many reported issues related to UART.
It was tested and works fine for ESP32, ESP-S2 and ESP32-C3.
To make porting the core to the new chips easier, HardwareSerial should be implemented on top of the ESP-IDF driver. Task is to:
Investigate if:
If the answer to any of these is no, consider using uart_hal from ESP-IDF
hal
component, instead.Port HardwareSerial to the UART driver (or
hal
) and add test coverage.The text was updated successfully, but these errors were encountered: