Zephyr 4.4.0 (Working Draft)

We are pleased to announce the release of Zephyr version 4.4.0.

Major enhancements with this release include:

An overview of the changes required or recommended when migrating your application from Zephyr v4.3.0 to Zephyr v4.4.0 can be found in the separate migration guide.

The following sections provide detailed lists of changes by component.

API Changes

Removed APIs and options

Deprecated APIs and options

  • Bluetooth

    • Mesh

      • The function bt_mesh_input_number() was deprecated. Applications should use bt_mesh_input_numeric() instead.

      • The callback output_number in bt_mesh_prov structure was deprecated. Applications should use output_numeric callback instead.

    • Host

New APIs and options

New Boards

New Shields

New Drivers

New Samples

Libraries / Subsystems

Other notable changes