-
Notifications
You must be signed in to change notification settings - Fork 11
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
imxrt117x: implement clock root tree #290
Merged
Merged
Conversation
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
gerard5
force-pushed
the
gerard5/RTOS-608
branch
8 times, most recently
from
September 21, 2023 09:25
adad921
to
9596bc6
Compare
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
September 29, 2023 14:01
9596bc6
to
f52a8b0
Compare
13 tasks
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
October 1, 2023 13:27
f52a8b0
to
6c8afd8
Compare
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
October 27, 2023 19:05
6c8afd8
to
a0d8f2c
Compare
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
November 6, 2023 08:49
9f1541c
to
add830c
Compare
gerard5
force-pushed
the
gerard5/RTOS-608
branch
4 times, most recently
from
December 19, 2023 17:32
86d3272
to
d5e0cc8
Compare
agkaminski
reviewed
Dec 21, 2023
Change adjusts inconsistent use cases which relate to MISRA 12.2 "The right hand operand of a shift operator shall lie in the range zero to one less than the width in bits of the essential type of the left hand operand". JIRA: RTOS-374
ziemleszcz
reviewed
Dec 21, 2023
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
December 21, 2023 14:03
d5e0cc8
to
f1a292c
Compare
JIRA: RTOS-608
gerard5
force-pushed
the
gerard5/RTOS-608
branch
from
December 21, 2023 14:06
f1a292c
to
3195768
Compare
agkaminski
approved these changes
Dec 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ziemleszcz
approved these changes
Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull-request implements i.MX RT117x root clock tree configuration.
By default ARM PLL is set to
800MHz
(automotive and industrial targets). For consumer electronics market ARM PLL of M7 CPU is configured to1GHz
.Description
JIRA: RTOS-608
Motivation and Context
Types of changes
How Has This Been Tested?
imxrt1176-evk
,imxrt-1176-nil
Checklist:
Special treatment