S.J.R. van Schaik
|
bc50af00b6
|
shell: mufs: implement experimental write command
|
8 years ago |
S.J.R. van Schaik
|
57217644f2
|
shell: fix mufs cat to write contents to the appropriate serial interface
|
8 years ago |
S.J.R. van Schaik
|
cfa38c9d39
|
shell: reimplement all commands to use the new shell system
|
8 years ago |
S.J.R. van Schaik
|
fa16f60b06
|
shell: reimplementation to improve command handling and to support multiple serial interfaces
|
8 years ago |
S.J.R. van Schaik
|
5b97afd1bc
|
shell: implement functions to parse command lines into an (argc, argv) tuple
|
8 years ago |
S.J.R. van Schaik
|
2b2827eb18
|
shell: simplify prompt()
|
8 years ago |
S.J.R. van Schaik
|
24f7c7b96a
|
shell: flash: display offsets properly
|
8 years ago |
S.J.R. van Schaik
|
463cf04f8d
|
shell: flash display offsets
|
8 years ago |
S.J.R. van Schaik
|
d1a82f333a
|
shell: flash: add padding in print_hex()
|
8 years ago |
S.J.R. van Schaik
|
7013192b2e
|
shell: mufs: fix an issue when claiming ownership of flash device for mufs unmount
|
8 years ago |
S.J.R. van Schaik
|
b0548df204
|
shell: mufs: check if the file system has been mounted
|
8 years ago |
S.J.R. van Schaik
|
f0de762d61
|
shell: mufs: use PRIu32 to print the size for proper portability
|
8 years ago |
S.J.R. van Schaik
|
316e3a13d2
|
shell: remove deprecated print_size() function
|
8 years ago |
S.J.R. van Schaik
|
27522b3c04
|
shell: mufs: claim ownership of flash device in mufs unmount
|
8 years ago |
S.J.R. van Schaik
|
84468fd761
|
shell: mufs: add unmount command
|
8 years ago |
S.J.R. van Schaik
|
7ae378ddba
|
shell: flash: just call do_flash_release() in flash_probe() to avoid code duplication
|
8 years ago |
S.J.R. van Schaik
|
7b5187973a
|
shell: mufs: add proper mounting and unmounting
|
8 years ago |
S.J.R. van Schaik
|
92fc0e0ff1
|
shell: free the key in cmd_exec()
|
8 years ago |
S.J.R. van Schaik
|
a5e783b6bb
|
shell: add functionality to exit
|
8 years ago |
S.J.R. van Schaik
|
d709c44fa4
|
shell: flash: add command to release the current flash device
|
8 years ago |
S.J.R. van Schaik
|
2bae987d27
|
shell: ftl: change mount command to probe and probe a flash device with FTL enabled
|
8 years ago |
S.J.R. van Schaik
|
b55fea5379
|
shell: flash: display capacity and usage
|
8 years ago |
S.J.R. van Schaik
|
58ae4bb2ea
|
shell: ftl: remove ftl test command
|
8 years ago |
S.J.R. van Schaik
|
286c5ebefe
|
shell: mufs: add utilities to append, cat, rm, mv and stat files
|
8 years ago |
S.J.R. van Schaik
|
4e02f0417b
|
shell: mufs: add rmdir command
|
8 years ago |
S.J.R. van Schaik
|
e18107d2d5
|
mufs: add support for directories
|
8 years ago |
S.J.R. van Schaik
|
ff0b94789e
|
shell: add commands for ftl and mufs
|
8 years ago |
S.J.R. van Schaik
|
8714c04f2e
|
shell: remove part commands
|
8 years ago |
S.J.R. van Schaik
|
a36addf39b
|
shell: add flash info to print the flash size
|
8 years ago |
S.J.R. van Schaik
|
28d9f1df99
|
shell: avoid printing stdio input
|
8 years ago |
S.J.R. van Schaik
|
db3de90f24
|
shell: print error when flash device cannot be probed
|
8 years ago |
S.J.R. van Schaik
|
45c1730149
|
shell: release flash device before probing
|
8 years ago |
S.J.R. van Schaik
|
49c90e70f0
|
shell: introduce part create command
|
8 years ago |
S.J.R. van Schaik
|
886b90f5f3
|
shell: expose currently probed flash device
|
8 years ago |
S.J.R. van Schaik
|
1188b24a31
|
shell: use min() macro
|
8 years ago |
S.J.R. van Schaik
|
e9a9236fc7
|
shell: use re-allocated buffer to store additional characters
|
8 years ago |
S.J.R. van Schaik
|
eb41dd93db
|
shell: separate code
|
8 years ago |