doc: releases: 3.7: change of hawkbit
Mention change of hawkbit in the migration guide and the release notes. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
43e98fe765
commit
9292864a19
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue