Skip to content

Commit

Permalink
zephyr: Enable log management in zephyr sample project
Browse files Browse the repository at this point in the history
Part of apache#86, enabling
this option highlights the failed CMake configuration due to lack of
log_mgmnt command from being compiled.

Signed-off-by: Roman Vaughan <nzsmartie@gmail.com>
  • Loading branch information
NZSmartie committed Jun 13, 2020
1 parent 7658d09 commit 23916b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/smp_svr/zephyr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ CONFIG_MCUMGR_CMD_FS_MGMT=y
CONFIG_MCUMGR_CMD_IMG_MGMT=y
CONFIG_MCUMGR_CMD_OS_MGMT=y
CONFIG_MCUMGR_CMD_STAT_MGMT=y
CONFIG_MCUMGR_CMD_LOG_MGMT=y

0 comments on commit 23916b9

Please sign in to comment.