-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/nrf{53,9160}: add periph_rtt support #19804
Conversation
Signed-off-by: Dylan Laduranty <[email protected]>
d158ddb
to
54631e2
Compare
Rebased. No more waiting for any PRs. Output of
|
54631e2
to
f9c5571
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.
Please squash
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
5108636
to
263e993
Compare
bors merge |
Already running a review |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Thanks ! |
Contribution description
This PR enables support for
periph_rtt
on both nRF9160 and nRF53.This PR is based on #19803
I was only able to test on nrf5340dk-app as I don't have access to any nrf9160-based board.
Here is
test/periph/rtt
output for reference onnrf5340dk-app
:Testing procedure
flash
tests/periph/rtt
onnrf9160dk
ornrf5340dk-app
and check the results.Issues/PRs references
based on #19803