From 48795a00f54e2b5a17a758f7c0a0380b24ff2b37 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Wed, 9 Aug 2023 12:07:49 +0000 Subject: [PATCH] doc/release/3.5: Add note on new MCUmgr Kconfig options Note on addition of: CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_SECONDARY CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_ANY CONFIG_MCUMGR_GRP_IMG_ALLOW_ERASE_PENDING Signed-off-by: Dominik Ermel --- doc/releases/release-notes-3.5.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/release-notes-3.5.rst b/doc/releases/release-notes-3.5.rst index 78a69abd884..c9b73d80bac 100644 --- a/doc/releases/release-notes-3.5.rst +++ b/doc/releases/release-notes-3.5.rst @@ -351,6 +351,14 @@ Libraries / Subsystems zephyr settings from a remote device, see :ref:`mcumgr_smp_group_3` for details. + * Added :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_SECONDARY` + and :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_CONFIRM_NON_ACTIVE_IMAGE_ANY` + that allow to control whether MCUmgr client will be allowed to confirm + non-active images. + + * Added :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_ALLOW_ERASE_PENDING` that allows + to erase slots pending for next boot, that are not revert slots. + * File systems * Added support for ext2 file system.