-
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
sys/ztimer: auto-select ztimer_no_periph_rtt only for samd21 #17786
Conversation
bc531b4
to
5cf714c
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.
I should be able to test SAML10, SAML11, SAML21 and SAME4 tonight. Worse case tomorrow evening. |
For SAML21-XPRO: Output:
|
With this patch:
SAML11-XPRO:
SAME54-XPRO:
|
5cf714c
to
e74f2e2
Compare
So outside of
I schemed through the datasheet of |
e74f2e2
to
c004dc3
Compare
c004dc3
to
53c3e38
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.
ACK on my side. Re-test on the same platforms, got the same results.
@ju89 any more comments on this ?
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.
Tested with samr30-xpro
. ACK.
Thanks for testing everyone! |
Contribution description
As seen in #14031
(EDIT: onlysam3
samd21
)does tosuffer from the same clock domain synchronization issues (or at least much less), see #17786 (comment) #17786 (comment) for esting results.Testing procedure
I I just ran
USEMODULE=ztimer_periph_rtt IOTLAB_NODE=samr30-1.saclay.iot-lab.info BOARD=samr30-xpro make -C tests/bench_ztimer/
forsamr30-xpro
and it looks OK:@dylad or @jue89 maybe have a
saml21-xpro
?