zephyr/subsys
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
..
bluetooth Bluetooth: controller: Move tIFS s/w switch PPI index up by one 2017-09-21 16:14:43 +02:00
console subsys: console: Fix signed vs unsigned char issues. 2017-05-22 08:43:31 -05:00
cpp subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
debug debug: openocd: build openocd symbols using obj- 2017-08-10 09:13:06 -05:00
dfu dfu: img_util: move flash defines to SoC 2017-09-21 06:46:27 -04:00
disk license: add missing licenses and copyright 2017-06-08 10:41:56 -04:00
fs fs: shell: Add more shell functions 2017-09-22 06:54:48 -04:00
logging kconfig: build code conditionally when possible 2017-08-14 20:32:26 -04:00
net net: arp: Always report error for missing gateway 2017-09-21 09:39:07 +03:00
shell shell: Adjust arguments when executing a command of different module 2017-06-09 18:54:27 -04:00
usb usb: Allow to select configuration for composite devices 2017-09-21 09:00:23 -04:00
Kconfig DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00
Makefile DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00