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

drivers: timer: nrf_grtc: GRTC update #1654

Conversation

adamkondraciuk
Copy link
Contributor

This PR gets rid of features regarding GRTC low power mode management as they were recently added to the hal_nordic nrfx driver.
Also the ticks calculation inside z_nrf_grtc_timer_get_ticks() function is fixed now.

@adamkondraciuk adamkondraciuk force-pushed the ncs/NRFX-5326-Align-nrf-grtc-timer-to-nrfx branch from dde3fb4 to ae66b4f Compare April 22, 2024 14:08
Fixed calculation of GRTC ticks inside
`z_nrf_grtc_timer_get_ticks()` function.

Upstream PR: zephyrproject-rtos/zephyr#71688

Signed-off-by: Adam Kondraciuk <[email protected]>
This commit aligns the GRTC driver to changes introduced in
hal_nordic. Some of the features regarding GRTC sleep/wakeup
functionality has been modified and moved out to the nrfx
driver's code.

Upstream PR: zephyrproject-rtos/zephyr#71688

Signed-off-by: Adam Kondraciuk <[email protected]>
@adamkondraciuk adamkondraciuk force-pushed the ncs/NRFX-5326-Align-nrf-grtc-timer-to-nrfx branch from ae66b4f to 7e580ea Compare April 24, 2024 08:31
@gmarull gmarull merged commit 8a5c578 into nrfconnect:main Apr 24, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants