-
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
pkg/fatfs, shell: enable RTC support if rtt_rtc is used #17912
Conversation
Change seems fine, but lets wait for murdock |
i tested the shell part of this PR
(removed the optional feature periph-rtt and the networking things from the makefile first) While this PR seems to do what it is supposed to do the rtt_rtc might not be in good enough shape or i am testing it wrong.
|
I did run the |
On which board? Mind you that this only enables certain shell commands when the module is used, it does not change anything about the code. |
|
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 tested that shell part benpicco tested all
Contribution description
rtt_rtc
implements the same interface asperiph_rtc
, so enable thertc
shell command and RTC support in fatfs if it's used.Testing procedure
Issues/PRs references