File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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+
476481MCUmgr
477482======
478483
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments