Skip to content

Commit 38e5548

Browse files
de-nordicmbolivar-nordic
authored andcommitted
mgmt/mcumgr/lib: Improve CONFIG_IMG_MGMT_VERBOSE_ERR description
The description suggested logging information while it never was the case: it was about adding additional "rsn":value pair to an SMP response. Signed-off-by: Dominik Ermel <[email protected]>
1 parent b68730d commit 38e5548

File tree

1 file changed

+3
-2
lines changed
  • subsys/mgmt/mcumgr/lib/cmd/img_mgmt

1 file changed

+3
-2
lines changed

subsys/mgmt/mcumgr/lib/cmd/img_mgmt/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ config IMG_MGMT_UPDATABLE_IMAGE_NUMBER
3838
by that library.
3939

4040
config IMG_MGMT_VERBOSE_ERR
41-
bool "Verbose logging when uploading a new image"
41+
bool "Verbose error responses when uploading application image"
4242
select MGMT_VERBOSE_ERR_RESPONSE
4343
help
44-
Enable verbose logging during a firmware upgrade.
44+
Add additional "rsn" key to SMP responses, where provided, explaining
45+
non-0 "rc" codes.
4546

4647
config IMG_MGMT_DUMMY_HDR
4748
bool "Return dummy image header data for imgr functions"

0 commit comments

Comments
 (0)