Skip to content

Commit c1a46e2

Browse files
gmarullfabiobaltieri
authored andcommitted
doc: release-notes: inform about SYS_INIT changes
Inform about SYS_INIT callback signature change. Also mention the provided utility script to automatically migrate existing projects. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 4355b7f commit c1a46e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-3.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ Stable API changes in this release
147147
* :c:func:`bt_le_oob_set_sc_flag` for setting/clearing OOB flag in SC pairing
148148
* :c:func:`bt_le_oob_set_legacy_flag` for setting/clearing OOB flag in legacy paring
149149

150+
* :c:macro:`SYS_INIT` callback no longer requires a :c:struct:`device` argument.
151+
The new callback signature is ``int f(void)``. A utility script to
152+
automatically migrate existing projects can be found in
153+
:zephyr_file:`scripts/utils/migrate_sys_init.py`.
154+
150155
New APIs in this release
151156
========================
152157

0 commit comments

Comments
 (0)