Skip to content

Commit a71fc66

Browse files
maass-hamburgfabiobaltieri
authored andcommitted
doc: releases: 4.0: change of hawkbit autohandler
Mention change of hawkbit autohandler and shell in the migration guide and the release notes. Signed-off-by: Fin Maaß <[email protected]>
1 parent 421ab50 commit a71fc66

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@ Flash map
470470
hawkBit
471471
=======
472472

473+
* :c:func:`hawkbit_autohandler` now takes one argument. This argument has to be set to
474+
``true`` for the same behavior as before the change. (:github:`71037`)
475+
473476
MCUmgr
474477
======
475478

doc/releases/release-notes-4.0.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,22 @@ Libraries / Subsystems
355355
* Added support for img mgmt slot info command, which allows for listing information on
356356
images and slots on the device.
357357

358+
* hawkBit
359+
360+
* :c:func:`hawkbit_autohandler` now takes one argument. If the argument is set to true, the
361+
autohandler will reshedule itself after running. If the argument is set to false, the
362+
autohandler will not reshedule itself. Both variants are sheduled independent of each other.
363+
The autohandler always runs in the system workqueue.
364+
365+
* Use the :c:func:`hawkbit_autohandler_wait` function to wait for the autohandler to finish.
366+
367+
* Running hawkBit from the shell is now executed in the system workqueue.
368+
369+
* Use the :c:func:`hawkbit_autohandler_cancel` function to cancel the autohandler.
370+
371+
* Use the :c:func:`hawkbit_autohandler_set_delay` function to delay the next run of the
372+
autohandler.
373+
358374
* Logging
359375

360376
* Modem modules

0 commit comments

Comments
 (0)