zephyr/subsys/shell
Szymon Janc 9d3237c89e shell: Add support for custom line2argv callback
This allows to define shells which are using different syntax for
commands parsing eg. foocmd=param1,param2.

This is usefull for providing compatibility with existing external
tools while allowing to use Zephyr's shell subsystem.

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
2018-09-18 12:54:44 +02:00
..
modules
CMakeLists.txt
Kconfig
shell_service.c
shell.c shell: Add support for custom line2argv callback 2018-09-18 12:54:44 +02:00