Skip to content

Commit 22813dd

Browse files
nordicjmjgl-meta
authored andcommitted
doc: services: device_mgmt: smp_groups: Fix OP values
Fixes an issue with the wrong OP values in some parts of the documentation Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 84e4ffc)
1 parent 05c79b7 commit 22813dd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/services/device_mgmt/smp_groups/smp_group_0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OS management group defines following commands:
1616
| ``1`` | Console/Terminal echo control; |
1717
| | unimplemented by Zephyr |
1818
+-------------------+-----------------------------------------------+
19-
| ``2`` | Statistics |
19+
| ``2`` | Task Statistics |
2020
+-------------------+-----------------------------------------------+
2121
| ``3`` | Memory pool statistics |
2222
+-------------------+-----------------------------------------------+
@@ -410,7 +410,7 @@ Date-time set response header fields:
410410
+--------+--------------+----------------+
411411
| ``OP`` | ``Group ID`` | ``Command ID`` |
412412
+========+==============+================+
413-
| ``1`` | ``0`` | ``4`` |
413+
| ``3`` | ``0`` | ``4`` |
414414
+--------+--------------+----------------+
415415

416416
The command sends an empty CBOR map as data if successful. In case of error the
@@ -543,7 +543,7 @@ MCUmgr parameters response header fields
543543
+--------+--------------+----------------+
544544
| ``OP`` | ``Group ID`` | ``Command ID`` |
545545
+========+==============+================+
546-
| ``2`` | ``0`` | ``6`` |
546+
| ``1`` | ``0`` | ``6`` |
547547
+--------+--------------+----------------+
548548

549549
CBOR data of successful response:
@@ -646,7 +646,7 @@ OS/Application info response header fields
646646
+--------+--------------+----------------+
647647
| ``OP`` | ``Group ID`` | ``Command ID`` |
648648
+========+==============+================+
649-
| ``2`` | ``0`` | ``7`` |
649+
| ``1`` | ``0`` | ``7`` |
650650
+--------+--------------+----------------+
651651

652652
CBOR data of response:

doc/services/device_mgmt/smp_groups/smp_group_1.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Set state of image request header fields:
219219

220220
CBOR data of request:
221221

222-
223222
.. code-block:: none
224223
225224
{

0 commit comments

Comments
 (0)