shell: Parametrize dummy shell buffer size
The commit adds Kconfig option to configure dummy shell buffer size. Size of this buffer determines how mutch of command output will be stored in buffer. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
27a738853e
commit
3b49ed46df
3 changed files with 14 additions and 2 deletions
|
@ -8,7 +8,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/atomic.h>
|
||||
#include <shell/shell.h>
|
||||
#if defined(CONFIG_SHELL_BACKEND_DUMMY)
|
||||
#include <shell/shell_dummy.h>
|
||||
#endif
|
||||
#include "shell_ops.h"
|
||||
#include "shell_help.h"
|
||||
#include "shell_utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue