CONFIG_MCUMGR_SMP_UDP_PORT
UDP SMP port
Type: int
Help
UDP port that SMP server will listen for SMP commands on.
Default
1337
Kconfig definition
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:479
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport
config MCUMGR_SMP_UDP_PORT
int "UDP SMP port"
default 1337
depends on MCUMGR_SMP_UDP && MCUMGR
help
UDP port that SMP server will listen for SMP commands on.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)