Skip to content

Commit ac670c4

Browse files
maass-hamburgfabiobaltieri
authored andcommitted
doc: releases: 4.0: change of hawkbit header
Mention change of the hawkbit header files. Signed-off-by: Fin Maaß <[email protected]>
1 parent d28c0cf commit ac670c4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,11 @@ hawkBit
473473
* :c:func:`hawkbit_autohandler` now takes one argument. This argument has to be set to
474474
``true`` for the same behavior as before the change. (:github:`71037`)
475475

476+
* ``<zephyr/mgmt/hawkbit.h>`` is deprecated in favor of ``<zephyr/mgmt/hawkbit/hawkbit.h>``.
477+
The old header will be removed in future releases and its usage should be avoided.
478+
The hawkbit autohandler has been separated into ``<zephyr/mgmt/hawkbit/autohandler.h>``.
479+
The configuration part of hawkbit is now in ``<zephyr/mgmt/hawkbit/config.h>``. (:github:`71037`)
480+
476481
MCUmgr
477482
======
478483

doc/releases/release-notes-4.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,11 @@ Libraries / Subsystems
371371
* Use the :c:func:`hawkbit_autohandler_set_delay` function to delay the next run of the
372372
autohandler.
373373

374+
* The hawkBit header file was separated into multiple header files. The main header file is now
375+
``<zephyr/mgmt/hawkbit/hawkbit.h>``, the autohandler header file is now
376+
``<zephyr/mgmt/hawkbit/autohandler.h>`` and the configuration header file is now
377+
``<zephyr/mgmt/hawkbit/config.h>``.
378+
374379
* Logging
375380

376381
* Modem modules

0 commit comments

Comments
 (0)