-
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_clock_tree_mcuxpresso: Make Mclk and ClkIn dependent elements
This change switches Mclk and ClkIn from being derived from the ClockSource class to the DependentElement class, so that it can be used by platforms that require another clock tree element to enable the Mclk and ClkIn clock sources, as well as platforms that can directly enable these clock sources by using the `ClockSourceNoOp` dependent clock source element. Test: pw presubmit --step=gn_mimxrt595_build Test: pw presubmit --step=gn_mimxrt595_freertos_build Bug: 331672574 Change-Id: I878884e9f2d6d433501ab659da1d5f91cc41bdea Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/213853 Reviewed-by: Austin Foxley <[email protected]> Commit-Queue: Christoph Klee <[email protected]> Lint: Lint 🤖 <[email protected]>
- Loading branch information
Christoph Klee
authored and
CQ Bot Account
committed
Jun 4, 2024
1 parent
1aa7f44
commit a31661c
Showing
2 changed files
with
62 additions
and
23 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