-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add armv8m33-mcxn94x-frdm target #1120
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
This was referenced Jul 26, 2024
agkaminski
force-pushed
the
agkaminski/n94x
branch
2 times, most recently
from
July 26, 2024 13:50
38ef92f
to
1252cc8
Compare
lukileczo
reviewed
Jul 29, 2024
agkaminski
force-pushed
the
agkaminski/n94x
branch
5 times, most recently
from
August 2, 2024 15:33
4655e65
to
5c00b97
Compare
agkaminski
changed the title
[DO NOT MERGE] Add armv8m33-mcxn94x-frdm target
Add armv8m33-mcxn94x-frdm target
Aug 2, 2024
agkaminski
force-pushed
the
agkaminski/n94x
branch
from
August 2, 2024 15:35
5c00b97
to
08f513c
Compare
lukileczo
previously approved these changes
Aug 2, 2024
agkaminski
force-pushed
the
agkaminski/n94x
branch
from
August 5, 2024 09:40
08f513c
to
e7355f7
Compare
JIRA: RTOS-881
* libphoenix 685bf80...3375557 (1): > Add armv8m architecture support * phoenix-rtos-build a30f728...f995fe1 (1): > Add armv8m support * phoenix-rtos-devices 6497d27...3d18d6b (1): > Add MCX N94x multidrv * phoenix-rtos-filesystems ae4483a...816a9c6 (1): > Add MCX N94x target * phoenix-rtos-hostutils 663aa4a...8472cfa (1): > Add mcxisp tool * phoenix-rtos-kernel 764a9df...1476a02 (1): > armv8m: Add MCX N94x target, fix armv8m build * phoenix-rtos-utils ab4e58b...aa4360f (1): > Add MCX N94x target * plo 8bead60...0264cc9 (2): > mcxn94x: Enable PLL0 @150 MHz and use it as CPU clk > armv8m: Add MCX N94x target
agkaminski
dismissed
lukileczo’s stale review
August 5, 2024 09:42
The merge-base changed after approval.
agkaminski
force-pushed
the
agkaminski/n94x
branch
from
August 5, 2024 09:42
e7355f7
to
f99ae83
Compare
lukileczo
approved these changes
Aug 5, 2024
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.
JIRA: RTOS-881
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
armv8m: Add MCX N94x target plo#337
Add MCX N94x target phoenix-rtos-utils#222
armv8m: Add MCX N94x target, fix armv8m build phoenix-rtos-kernel#569
Add mcxisp tool phoenix-rtos-hostutils#55
Add MCX N94x target phoenix-rtos-filesystems#132
Add MCX N94x multidrv phoenix-rtos-devices#508
Add armv8m support phoenix-rtos-build#195
Add armv8m architecture support libphoenix#371