Skip to content

Commit

Permalink
doc: releases: 4.0: change of hawkbit header
Browse files Browse the repository at this point in the history
Mention change of the hawkbit header files.

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Aug 28, 2024
1 parent 9ca24bd commit c328fac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ hawkBit
* :c:func:`hawkbit_autohandler` now takes one argument. This argument has to be set to
``true`` for the same behavior as before the change. (:github:`71037`)

* ``<zephyr/mgmt/hawkbit.h>`` is deprecated in favor of ``<zephyr/mgmt/hawkbit/hawkbit.h>``.
The old header will be removed in future releases and its usage should be avoided.
The hawkbit autohandler has been separated into ``<zephyr/mgmt/hawkbit/autohandler.h>``.
The configuration part of hawkbit is now in ``<zephyr/mgmt/hawkbit/config.h>``. (:github:`71037`)

MCUmgr
======

Expand Down
5 changes: 5 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ Libraries / Subsystems
* Use the :c:func:`hawkbit_autohandler_set_delay` function to delay the next run of the
autohandler.

* The hawkBit header file was separated into multiple header files. The main header file is now
``<zephyr/mgmt/hawkbit/hawkbit.h>``, the autohandler header file is now
``<zephyr/mgmt/hawkbit/autohandler.h>`` and the configuration header file is now
``<zephyr/mgmt/hawkbit/config.h>``.

* Logging

* Modem modules
Expand Down

0 comments on commit c328fac

Please sign in to comment.