We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4355b7f commit c1a46e2Copy full SHA for c1a46e2
doc/releases/release-notes-3.4.rst
@@ -147,6 +147,11 @@ Stable API changes in this release
147
* :c:func:`bt_le_oob_set_sc_flag` for setting/clearing OOB flag in SC pairing
148
* :c:func:`bt_le_oob_set_legacy_flag` for setting/clearing OOB flag in legacy paring
149
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
+
155
New APIs in this release
156
========================
157
0 commit comments