Commit graph

32 commits

Author SHA1 Message Date
2b2827eb18 shell: simplify prompt() 2017-07-18 12:59:26 +02:00
24f7c7b96a shell: flash: display offsets properly 2017-06-16 17:14:53 +02:00
463cf04f8d shell: flash display offsets 2017-06-16 17:13:45 +02:00
d1a82f333a shell: flash: add padding in print_hex() 2017-06-16 17:08:39 +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
316e3a13d2 shell: remove deprecated print_size() function 2017-06-14 14:14:14 +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
7ae378ddba shell: flash: just call do_flash_release() in flash_probe() to avoid code duplication 2017-06-14 13:30:02 +02:00
7b5187973a shell: mufs: add proper mounting and unmounting 2017-06-14 13:29:16 +02:00
92fc0e0ff1 shell: free the key in cmd_exec() 2017-06-14 13:21:49 +02:00
a5e783b6bb shell: add functionality to exit 2017-06-14 13:20:28 +02:00
d709c44fa4 shell: flash: add command to release the current flash device 2017-06-14 13:16:36 +02:00
2bae987d27 shell: ftl: change mount command to probe and probe a flash device with FTL enabled 2017-06-14 13:14:58 +02:00
b55fea5379 shell: flash: display capacity and usage 2017-06-14 13:14:34 +02:00
58ae4bb2ea shell: ftl: remove ftl test command 2017-06-14 13:08:19 +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
8714c04f2e shell: remove part commands 2017-05-19 19:01:34 +02:00
a36addf39b shell: add flash info to print the flash size 2017-04-07 19:36:06 +02:00
28d9f1df99 shell: avoid printing stdio input 2017-04-07 17:34:24 +02:00
db3de90f24 shell: print error when flash device cannot be probed 2017-04-07 17:33:30 +02:00
45c1730149 shell: release flash device before probing 2017-03-31 16:03:55 +02:00
49c90e70f0 shell: introduce part create command 2017-03-23 15:20:00 +00:00
886b90f5f3 shell: expose currently probed flash device 2017-03-23 15:19:04 +00:00
1188b24a31 shell: use min() macro 2017-03-17 13:37:30 +00:00
e9a9236fc7 shell: use re-allocated buffer to store additional characters 2017-03-17 13:36:44 +00:00
eb41dd93db shell: separate code 2017-03-12 00:33:09 +00:00