-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_uart_mcuxpresso: Simplify configuration struct
- Utilize the pw_dma_mcuxpresso module to manage DMA channels. - Directly query flexcomm clock freq after the clock is turned on during init. Also fix const application in pw_dma_mcuxpresso that arm compiler in mac CI didn't like and looked like a mistake anyways. This was needed to dma_uart_example.cc could compile. Change-Id: I52a55348aa80f367c07de387fd33e0bbe6358535 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236919 Lint: Lint 🤖 <[email protected]> Docs-Not-Needed: Jonathon Reinhart <[email protected]> Pigweed-Auto-Submit: Austin Foxley <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Jonathon Reinhart <[email protected]>
- Loading branch information
Showing
6 changed files
with
36 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters