commit | a9a64a72393ed200e8498bd4e1a33f58fc337d04 | [log] [tgz] |
---|---|---|
author | Christoph Klee <chklee@google.com> | Fri May 31 20:57:34 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 31 20:57:34 2024 +0000 |
tree | f0fdb720b94b9cd9d81397da7f062d5aa99ba9a4 | |
parent | 57310630f125c37ea610d135bf9a70b35a5423e9 [diff] |
pw_stream_uart_mcuxpresso: Use clock tree This change allows consumers of the UART interfaces to provide a clock tree and clock tree element to the respective drivers, so that the clock for the UART interface can be acquired before the UART interface gets enabled, and released after the UART interface got disabled. Test: pw presubmit --step=gn_mimxrt595_build Test: pw presubmit --step=gn_mimxrt595_freertos_build Test: Integrated drivers into private build for RT595. Bug: 331672574 Change-Id: I11ce0ce1591c2cbeb7be221928834dcf3f213188 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/209534 Commit-Queue: Christoph Klee <chklee@google.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/.