-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Enable rtc on rt700 #93006
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
Open
Holt-Sun
wants to merge
1
commit into
zephyrproject-rtos:main
Choose a base branch
from
nxp-upstream:enable-rtc-on-rt700
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Enable rtc on rt700 #93006
+166
−40
Conversation
This file contains hidden or 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
c1b3d9c
to
55a2226
Compare
bjarki-andreasen
requested changes
Jul 11, 2025
620191f
to
9ff07ae
Compare
1bd320d
to
1a9a139
Compare
zejiang0jason
approved these changes
Jul 23, 2025
1a9a139
to
3bc1703
Compare
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.
Changes look fine, next are the CI failures :)
3bc1703
to
f3c137f
Compare
f3c137f
to
eb13915
Compare
1. Update nxp irtc driver to fix issue in init and alarm function. 2. Update RTC device tree binding to support "share-counter". 3. Update RT700 dtsi to support rtc0 for cpu0 and rtc1 for cpu1. 4. Update readme. 5. Update unit test project conf for RT700. Signed-off-by: Holt Sun <[email protected]>
eb13915
to
fc10047
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: RTC
Real Time Clock
area: Samples
Samples
platform: NXP Drivers
NXP Semiconductors, drivers
platform: NXP
NXP
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.
Updated rtc driver to support NXP RT700.
Enable rt700 RTC unittest.