File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,9 @@ Flash map
470470hawkBit
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+
473476MCUmgr
474477======
475478
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments