commit | c3bc7180b0a3a1bc28a9d5af67194972ff040c58 | [log] [tgz] |
---|---|---|
author | Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no> | Tue Oct 02 14:47:20 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Oct 28 11:45:41 2018 -0400 |
tree | bad6787ff758055476ec5ad615b6fa238842486b | |
parent | 359341203f9436f7f0a8238090f406a73fd94663 [diff] |
subsys: shell: add dummy backend to simplify commands testing Added dummy backend which can be enabled with Kconfig. By default it is disabled because it needs the same amount of memory as other phisical backends. It shall be use only for commands testing purposes. Improved shell_execute_cmd function, now it clears command context before new command will be executed. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>