diff --git a/doc/releases/migration-guide-3.7.rst b/doc/releases/migration-guide-3.7.rst index 26bdcb804b7..5d95189f690 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 8d00c66e301..aa6d4d2da7f 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