S.J.R. van Schaik
|
56f2870fa4
|
shell: implement set-time command that accepts seconds since the UNIX epoch
|
7 years ago |
S.J.R. van Schaik
|
b369e3a1c0
|
shell: implement buzzer command
|
7 years ago |
S.J.R. van Schaik
|
6fb626d601
|
shell: use amount of bytes returned from mufs_read()
|
7 years ago |
S.J.R. van Schaik
|
b006de37ad
|
shell: generalise interface of mufs write/mufs append by reading stdin
|
7 years ago |
S.J.R. van Schaik
|
84454c8054
|
shell: flash: show JEDEC ID when running flash info
|
7 years ago |
S.J.R. van Schaik
|
23b478e582
|
shell: fix off by one in draw_progress()
|
7 years ago |
S.J.R. van Schaik
|
635df8e06f
|
shell: mufs: use fprintf in shell_stat()
|
7 years ago |
S.J.R. van Schaik
|
9a2888341d
|
shell: mufs: fix order
|
7 years ago |
S.J.R. van Schaik
|
5cc4824fdb
|
shell: mufs: implement mufs cp to copy files
|
7 years ago |
S.J.R. van Schaik
|
1638f9b0f1
|
shell: implement draw_progress() as a convenience function
|
7 years ago |
S.J.R. van Schaik
|
d5266221ef
|
usart: add CONFIG_USER_ECHO option
|
7 years ago |
S.J.R. van Schaik
|
fc61b55493
|
shell: rtc: fix off by one
|
7 years ago |
S.J.R. van Schaik
|
ebc8dbffa5
|
mufs: move header
|
7 years ago |
S.J.R. van Schaik
|
b1d94ce1d0
|
shell: flash: use base 0 to use base 10 by default or base 16 when a 0x prefix is used
|
7 years ago |
S.J.R. van Schaik
|
f16cf26197
|
shell: flash: use console_getc() instead of getc()
|
7 years ago |
S.J.R. van Schaik
|
d17c1b65b4
|
make: separate Makefile for shell commands
|
7 years ago |
S.J.R. van Schaik
|
159b29c625
|
shell: boot: switch to trusted commands
|
7 years ago |
S.J.R. van Schaik
|
428ce212a5
|
shell: add boot commands
|
7 years ago |
S.J.R. van Schaik
|
db0a62fc9f
|
shell: rtc: fix off by one
|
7 years ago |
S.J.R. van Schaik
|
c6afcd1027
|
shell: version: fix typo
|
7 years ago |
S.J.R. van Schaik
|
4aa807a7b3
|
shell: return exit codes to the user console
|
7 years ago |
S.J.R. van Schaik
|
2942340b21
|
shell: return exit codes
|
7 years ago |
S.J.R. van Schaik
|
a7504ad99c
|
shell: swap argc and argv
|
7 years ago |
S.J.R. van Schaik
|
501b80e87c
|
shell: mufs: expose individual commands
|
7 years ago |
S.J.R. van Schaik
|
bba75900c0
|
shell: mufs: show newline for each line to write
|
7 years ago |
S.J.R. van Schaik
|
6570ab27c9
|
shell: implement version command
|
7 years ago |
S.J.R. van Schaik
|
6dcf58a25d
|
shell: implement echo command
|
7 years ago |
S.J.R. van Schaik
|
acdc364fab
|
shell: rtc: add commands to get and set the date
|
7 years ago |
S.J.R. van Schaik
|
c071903dd1
|
shell: pass around console object
|
7 years ago |
S.J.R. van Schaik
|
7536a6878b
|
shell: improve parse_hex() to use new stdio implementation
|
7 years ago |
S.J.R. van Schaik
|
de701429a7
|
shell: mufs: use a temporary hack to get unbuffered input from the serial interface
|
7 years ago |
S.J.R. van Schaik
|
bc50af00b6
|
shell: mufs: implement experimental write command
|
7 years ago |
S.J.R. van Schaik
|
57217644f2
|
shell: fix mufs cat to write contents to the appropriate serial interface
|
7 years ago |
S.J.R. van Schaik
|
cfa38c9d39
|
shell: reimplement all commands to use the new shell system
|
7 years ago |
S.J.R. van Schaik
|
fa16f60b06
|
shell: reimplementation to improve command handling and to support multiple serial interfaces
|
7 years ago |
S.J.R. van Schaik
|
5b97afd1bc
|
shell: implement functions to parse command lines into an (argc, argv) tuple
|
7 years ago |
S.J.R. van Schaik
|
2b2827eb18
|
shell: simplify prompt()
|
7 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 |