Skip to content

Commit afd767b

Browse files
committed
doc: release: 4.0: Add note on LoRaWAN MCUmgr transport
Adds a note that this transport has been added Signed-off-by: Jamie McCrae <[email protected]>
1 parent 5c5978a commit afd767b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,12 @@ Libraries / Subsystems
385385
* Fixed formatting of milliseconds in :c:enum:`OS_MGMT_ID_DATETIME_STR` by adding
386386
leading zeros.
387387
* Added support for custom os mgmt bootloader info responses using notification hooks, this
388-
can be enabled witbh :kconfig:option:`CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK`, the data
388+
can be enabled with :kconfig:option:`CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK`, the data
389389
structure is :c:struct:`os_mgmt_bootloader_info_data`.
390390
* Added support for img mgmt slot info command, which allows for listing information on
391391
images and slots on the device.
392+
* Added support for LoRaWAN MCUmgr transport, which can be enabled with
393+
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_LORAWAN`.
392394

393395
* hawkBit
394396

0 commit comments

Comments
 (0)