Skip to content
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

xtensa/esp32: Adds support for SERIAL_TXDMA. #4003

Merged
merged 1 commit into from Jul 1, 2021

Conversation

saramonteiro
Copy link
Contributor

Summary

This MR adds support for serial driver operating with TX DMA transfers.

Impact

Serial users of ESP32 who enable TX DMA

Testing

After enabling TX DMA, I used printf shell command to write on /dev/ttySx using DMA.

Notes:

  • UART 2 is not working (with and without DMA) - This was already reported.
  • Support for RX DMA is not, and will not, be added because of HW bug on ESP32 UHCI.

@xiaoxiang781216 xiaoxiang781216 merged commit b45ccad into apache:master Jul 1, 2021
@saramonteiro saramonteiro deleted the esp32-uart-dma branch July 1, 2021 14:46
@Ouss4 Ouss4 added this to To-Add in Release Notes - 10.2 Oct 11, 2021
@jerpelea jerpelea moved this from To-Add to new support in Release Notes - 10.2 Oct 13, 2021
@jerpelea jerpelea moved this from new support to Added in Release Notes - 10.2 Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants