sys/shell: add peripheral command handler#2054
sys/shell: add peripheral command handler#2054LudwigKnuepfer wants to merge 4 commits intoRIOT-OS:masterfrom
Conversation
|
Due to a bug (compare #2058) in the make system a more modular structure is not feasible at the moment. |
|
So, now we would have two rtc shell command handlers? |
|
Yes and no - one is called |
|
Also, the driver shell command (from |
|
That's getting more and more weird. I'll take a look at merging the two interfaces. |
|
They don't offer the same functionality. I'd just eradicate |
|
("Would" because I don't want to do the work at the moment.) |
|
@haukepetersen wrote in #2056 (comment) that these shell commands are a doubled effort for the existing test applications. I think it is necessary to differentiate between interfaces. I agree that a random shell command might be superfluous, but this is not the case for the rtc. I have not looked into the other interfaces yet. |
|
PS: |
|
@haukepetersen @OlegHahm OK, after looking at the current peripheral drivers and thinking about it I guess I'll just move this PR's rtc command implementation into |
|
👍 |
|
+1 |
As of now provides
rtcandrandomcommands.