Commit graph

19 commits

Author SHA1 Message Date
2942340b21 shell: return exit codes 2017-07-27 11:54:31 +02:00
a7504ad99c shell: swap argc and argv 2017-07-27 11:41:20 +02:00
501b80e87c shell: mufs: expose individual commands 2017-07-27 11:03:34 +02:00
bba75900c0 shell: mufs: show newline for each line to write 2017-07-27 10:59:14 +02:00
c071903dd1 shell: pass around console object 2017-07-24 17:57:13 +02:00
de701429a7 shell: mufs: use a temporary hack to get unbuffered input from the serial interface 2017-07-24 17:06:54 +02:00
bc50af00b6 shell: mufs: implement experimental write command 2017-07-21 17:41:12 +02:00
57217644f2 shell: fix mufs cat to write contents to the appropriate serial interface 2017-07-20 17:52:00 +02:00
cfa38c9d39 shell: reimplement all commands to use the new shell system 2017-07-20 17:46:23 +02:00
7013192b2e shell: mufs: fix an issue when claiming ownership of flash device for mufs unmount 2017-06-16 16:37:53 +02:00
b0548df204 shell: mufs: check if the file system has been mounted 2017-06-16 16:36:15 +02:00
f0de762d61 shell: mufs: use PRIu32 to print the size for proper portability 2017-06-14 14:14:32 +02:00
27522b3c04 shell: mufs: claim ownership of flash device in mufs unmount 2017-06-14 13:40:22 +02:00
84468fd761 shell: mufs: add unmount command 2017-06-14 13:37:08 +02:00
7b5187973a shell: mufs: add proper mounting and unmounting 2017-06-14 13:29:16 +02:00
286c5ebefe shell: mufs: add utilities to append, cat, rm, mv and stat files 2017-06-12 17:31:09 +02:00
4e02f0417b shell: mufs: add rmdir command 2017-06-12 16:59:55 +02:00
e18107d2d5 mufs: add support for directories 2017-06-09 14:38:31 +02:00
ff0b94789e shell: add commands for ftl and mufs 2017-05-19 19:02:03 +02:00