sys/shell/cmds: add MTD command from mtd_raw test#21489
sys/shell/cmds: add MTD command from mtd_raw test#21489crasbe merged 3 commits intoRIOT-OS:masterfrom
mtd_raw test#21489Conversation
crasbe
left a comment
There was a problem hiding this comment.
With the commands becoming available for general purpose use, it would be nice to have some documentation about them. I know that many other shell commands are not very well documented, so this is up for discussion.
But maybe an mtd.doc.md file would be possible with some words about usage and what the commands do.
crasbe
left a comment
There was a problem hiding this comment.
Thank you for adding the documentation :)
I added some small remarks, so that Doxygen is happy.
|
Hello empty page bug, my old friend... This is a Doxygen thing though. |
|
Actually, https://ci.riot-os.org/results/4a5ff24f6b76447193af650c2ff1a0f2/doc-preview/group__sys__shell__commands.html is also not what I would expect. Are we sure we're using the right doxygen commands? |
f3a8c5b to
b320671
Compare
crasbe
left a comment
There was a problem hiding this comment.
Just a smöl thing, other than that I think it is ready to be merged :)
b320671 to
1d1b354
Compare

Contribution description
This PR moves the MTD shell command from
tests/drivers/mtd_rawto the general reusable shell commands,because I find it useful and want to reuse it.
Additionally the optional parameter
-bcan be used to write binary data..Testing procedure
make -C tests/drivers/mtd_raw/ flashIssues/PRs references