Skip to content
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

nrf53 sync_rtc refactor and fix for simulated nrf5340 #64135

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Oct 19, 2023

Refactor the nrf53 rtc sync to allow reusing it in the nrf5340bsim board,
and fix its kconfig use so it builds and runs properly for it.

How this will be used, can be seen in #64134

So they can be reused by the simulated board

Signed-off-by: Alberto Escolar Piedras <[email protected]>
Let's make the sync_rtc kconfig depend on the SOC_COMPATIBLE
options which are set both by the real and simulated targets,
so this code works in the same way for both.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
@aescolar aescolar added this to the v3.6.0 milestone Oct 19, 2023
@aescolar aescolar added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Oct 20, 2023
@carlescufi carlescufi merged commit 9834fab into zephyrproject-rtos:main Oct 20, 2023
24 checks passed
@aescolar aescolar deleted the sync_rtc_refact branch October 20, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: nRF Nordic nRFx Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants