drivers: Adapt old platforms to periph rtc#2060
drivers: Adapt old platforms to periph rtc#2060LudwigKnuepfer merged 17 commits intoRIOT-OS:masterfrom
Conversation
|
Depends on #1922. |
There was a problem hiding this comment.
The discussion in #2046 converged (from my point of view) to the point that auto_init should not work on peripheral devices.
There was a problem hiding this comment.
In any case - this PR does not change auto_init to do that (at least not yet).
There was a problem hiding this comment.
file does not have a C++ compatible header: 'boards/msb-430/include/periph_conf.h'
There was a problem hiding this comment.
Won't fix. This check is stupid for empty files.
There was a problem hiding this comment.
Then please come up with a method for the test to verify that the file is indeed empty.
|
Depends also on #2061. |
|
Closes #10 - by removing the function. ;-) |
|
Actually I will just do the change of base in #2061 .. you already said this PR depends on it sorry for the noise. |
|
Please squash and rebase on #2061 - then we can merge this (and the others with it) in one go. |
|
Did as you wished. |
|
hm, I think we need to rebase on something that has #2072 merged in order for Travis to be able to succeed. |
|
@OlegHahm nice work, the only |
|
The |
|
Please rebase on #2061 to satisfy |
|
Did rebase. |
|
Apparently everything is fine now, so I will squash #2061 if you agree. |
use strtol instead of sscanf use plain printf instead of asctime
The rtc module is deprecated and will be removed.
|
needs rebase |
Removes the old interface.
|
reBASEd |
|
Do we really want to wait for Travis? It is awfully moody today. |
|
It's almost done. |
|
Done! |
|
ACK & go |
drivers: Adapt old platforms to periph rtc
I guess the implementation could need some cleanup and more documentation.
NOTE: the TI cc430 can only set alarms based on minutes, hours and days of week - not on seconds, day of month, day of year, month or year.