Skip to content

Commit

Permalink
samples/subsys/mgmt/smp_svr: Fix shell mgmt not working via serial
Browse files Browse the repository at this point in the history
The Kconfig option SHELL_BACKEND_SERIAL had been defaulting to y,
causing shell to block mcumgr from processing serial input.

Fixes: zephyrproject-rtos#34670

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic committed May 6, 2021
1 parent 0923e32 commit 0993c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/subsys/mgmt/mcumgr/smp_svr/overlay-shell-mgmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Enable shell commands.
CONFIG_SHELL=y
CONFIG_SHELL_BACKEND_SERIAL=n
CONFIG_MCUMGR_CMD_SHELL_MGMT=y

0 comments on commit 0993c7f

Please sign in to comment.