zephyr/subsys/fs
Andrzej Kaczmarek 12e2dfd90a fs: shell: Add more shell functions
Add following commands to fs shell:
- rf <filename>
- read <filename> [<offset> [<length>]]
- write <filename> [-o <offset>] <byte1> [<byte2> ... [<byteN>]]
- trunc <filename> [<length>]

For writes without offset specified, new data is appended to file.
For truncaces without length specified, 0 is default value.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2017-09-22 06:54:48 -04:00
..
fat_fs.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
Kconfig fs: nffs: Add NFFS filesystem support 2017-09-22 06:54:48 -04:00
Makefile fs: nffs: Add NFFS filesystem support 2017-09-22 06:54:48 -04:00
nffs_fs.c fs: nffs: Add NFFS filesystem support 2017-09-22 06:54:48 -04:00
shell.c fs: shell: Add more shell functions 2017-09-22 06:54:48 -04:00