Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions applications/firmware_loader/ble_mcumgr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@

endmenu # "BLE MCUmgr sample"

config MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE_VALUE
default 81

Check warning on line 16 in applications/firmware_loader/ble_mcumgr/Kconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

applications/firmware_loader/ble_mcumgr/Kconfig:16 please, no spaces at the start of a line

source "Kconfig.zephyr"
13 changes: 13 additions & 0 deletions subsys/mgmt/mcumgr/grp/os_mgmt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ config MCUMGR_GRP_OS_INFO
Can be used similarly to the unix/linux uname command for retrieving system information
including kernel version, processor architecture and board name.

config MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE
bool "MCUMGR Parameter Role in response"
depends on MCUMGR_GRP_OS_MCUMGR_PARAMS
default y

config MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE_VALUE
int "MCUMGR Parameter Role value"
default 80 if !MCUMGR_GPR_IMG
default 0
depends on MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE
help
Value for `inst_role` field in response to MCUmgr Parameters request.

if MCUMGR_GRP_OS_INFO

config MCUMGR_GRP_OS_INFO_MAX_RESPONSE_SIZE
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ manifest:
projects:
- name: nrf
repo-path: sdk-nrf
revision: a7e36dcbea5d835baea5e96ea80d0b7955e296fd
revision: pull/25332/head
import:
name-allowlist:
- cmsis_6
Expand Down
Loading