From bb2e53656f17e3001488b322cceaea11df7f6204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Fri, 19 Apr 2024 20:11:20 +0200 Subject: [PATCH] doc: release-notes: 3.7: new hawkbit features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention new features of hawkbit in the release notes. Signed-off-by: Fin Maaß --- doc/releases/release-notes-3.7.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 9a31f7f312..99adbae07e 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -242,6 +242,17 @@ Libraries / Subsystems configuration. It can also be set via the hawkBit shell, by using the ``hawkbit set`` command. + * When using the hawkBit autohandler and an update is installed, the device will now + automatically reboot after the installation is complete. + + * By enabling :kconfig:option:`CONFIG_HAWKBIT_CUSTOM_DEVICE_ID`, a callback function can be + registered to set the device ID. Use the :c:func:`hawkbit_set_device_identity_cb` function to + register the callback. + + * By enabling :kconfig:option:`CONFIG_HAWKBIT_CUSTOM_ATTRIBUTES`, a callback function can be + registered to set the device attributes that are sent to the hawkBit server. Use the + :c:func:`hawkbit_set_custom_data_cb` function to register the callback. + * Logging * By enabling :kconfig:option:`CONFIG_LOG_BACKEND_NET_USE_DHCPV4_OPTION`, the IP address of the