Commit Graph

53 Commits (33373dd250ae27edded5d92c4a3d5090d4957a4d)

Author SHA1 Message Date
S.J.R. van Schaik d17c1b65b4 make: separate Makefile for shell commands 8 years ago
S.J.R. van Schaik 159b29c625 shell: boot: switch to trusted commands 8 years ago
S.J.R. van Schaik 428ce212a5 shell: add boot commands 8 years ago
S.J.R. van Schaik db0a62fc9f shell: rtc: fix off by one 8 years ago
S.J.R. van Schaik c6afcd1027 shell: version: fix typo 8 years ago
S.J.R. van Schaik 4aa807a7b3 shell: return exit codes to the user console 8 years ago
S.J.R. van Schaik 2942340b21 shell: return exit codes 8 years ago
S.J.R. van Schaik a7504ad99c shell: swap argc and argv 8 years ago
S.J.R. van Schaik 501b80e87c shell: mufs: expose individual commands 8 years ago
S.J.R. van Schaik bba75900c0 shell: mufs: show newline for each line to write 8 years ago
S.J.R. van Schaik 6570ab27c9 shell: implement version command 8 years ago
S.J.R. van Schaik 6dcf58a25d shell: implement echo command 8 years ago
S.J.R. van Schaik acdc364fab shell: rtc: add commands to get and set the date 8 years ago
S.J.R. van Schaik c071903dd1 shell: pass around console object 8 years ago
S.J.R. van Schaik 7536a6878b shell: improve parse_hex() to use new stdio implementation 8 years ago
S.J.R. van Schaik de701429a7 shell: mufs: use a temporary hack to get unbuffered input from the serial interface 8 years ago
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