From 9292864a1964035b1690dc92afa1f4fcc5fc00a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Tue, 9 Apr 2024 15:58:24 +0200 Subject: [PATCH] doc: releases: 3.7: change of hawkbit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention change of hawkbit in the migration guide and the release notes. Signed-off-by: Fin Maaß --- doc/releases/migration-guide-3.7.rst | 8 ++++++++ doc/releases/release-notes-3.7.rst | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index 26bdcb804b..5d95189f69 100644 --- a/doc/releases/migration-guide-3.7.rst +++ b/doc/releases/migration-guide-3.7.rst @@ -263,6 +263,14 @@ Networking Other Subsystems **************** +hawkBit +======= + + * :kconfig:option:`CONFIG_HAWKBIT_PORT` is now an int instead of a string. + + * :kconfig:option:`CONFIG_SETTINGS` needs to be enabled to use hawkBit, as it now uses the + settings subsystem to store the hawkBit configuration. + LoRaWAN ======= diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 8d00c66e30..aa6d4d2da7 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -228,6 +228,16 @@ Libraries / Subsystems * Management + * hawkBit + + * The hawkBit subsystem has been reworked to use the settings subsystem to store the hawkBit + configuration. + + * By enabling :kconfig:option:`CONFIG_HAWKBIT_SET_SETTINGS_RUNTIME`, the hawkBit settings can + be configured at runtime. Use the :c:func:`hawkbit_set_config` function to set the hawkBit + configuration. It can also be set via the hawkBit shell, by using the ``hawkbit set`` + command. + * Logging * By enabling :kconfig:option:`CONFIG_LOG_BACKEND_NET_USE_DHCPV4_OPTION`, the IP address of the