From 7c564c466e80ce21fd4503259450cadd2c2f6bde Mon Sep 17 00:00:00 2001 From: Christian Taedcke Date: Mon, 6 Sep 2021 10:31:31 +0200 Subject: [PATCH] doc: mcumgr: Mention udp in the transport overview The overview at the top of the page only listed ble and serial as available transports. This commit adds udp to this list. Signed-off-by: Christian Taedcke --- doc/guides/device_mgmt/mcumgr.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/device_mgmt/mcumgr.rst b/doc/guides/device_mgmt/mcumgr.rst index af30b037920..8d9c9332931 100644 --- a/doc/guides/device_mgmt/mcumgr.rst +++ b/doc/guides/device_mgmt/mcumgr.rst @@ -19,6 +19,7 @@ over the following transports: * BLE (Bluetooth Low Energy) * Serial (UART) +* UDP over IP The management subsystem is based on the Simple Management Protocol (SMP) provided by `MCUmgr`_, an open source project that provides a