pw_uart_mcuxpresso: Non-blocking UART driver Non-blocking version of the DMA-based UART driver for Mcuxpresso devices. Like the blocking driver, it is backed by a user-provided ring buffer. However, this driver also performs DMA transfers directly into the user's buffer in the case that the ring buffer is empty. Tested for many hours against a Bluetooth chipset. All Read, Write, and CancelRead codepaths were exercised. Other codepaths are not as well-tested. Bug: 372764597 Change-Id: I9d8ba0d2ac590a98a0e6d3036fa1b3ec1bc7fa80 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/252412 Commit-Queue: Edward Shin <shined@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Foxley <afoxley@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.