Migration guide to Zephyr v4.3.0 (Working Draft)

This document describes the changes required when migrating your application from Zephyr v4.2.0 to Zephyr v4.3.0.

Any other changes (not directly related to migrating applications) can be found in the release notes.

Build System

Kernel

Boards

  • mimxrt11x0: renamed lpadc1 to lpadc2 and renamed lpadc0 to lpadc1.

  • NXP frdm_mcxa166 is renamed to frdm_mcxa346.

  • NXP frdm_mcxa276 is renamed to frdm_mcxa266.

Device Drivers and Devicetree

Phy

  • Nodes with compatible property st,stm32u5-otghs-phy now need to select the CLKSEL (phy reference clock) in the SYSCFG_OTGHSPHYCR register using the new property clock-reference. The selection directly depends on the value on OTGHSSEL (OTG_HS PHY kernel clock source selection) located in the RCC_CCIPR2 register.

Sensors

Stepper

Bluetooth

Bluetooth Controller

Bluetooth Audio

Ethernet

  • The microchip,vsc8541 PHY driver now expects the reset-gpios entry to specify the GPIO_ACTIVE_LOW flag when the reset is being used as active low. Previously the active-low nature was hard-coded into the driver. (GitHub #91726).

Networking

Display

  • The RGB565 and BGR565 pixel formats were used interchangeably in the display sample. This has now been fixed. Boards and applications that were tested or developed based on the previous sample may be affected by this change (see GitHub #79996 for more information).

  • SSD1363’s properties using ‘greyscale’ now use ‘grayscale’.

PTP Clock

  • The doc of ptp_clock_rate_adjust() API didn’t provide proper and clear function description. Drivers implemented it to adjust rate ratio relatively based on current frequency. Now PI servo is introduced in both PTP and gPTP, and this API function is changed to use for rate ratio adjusting based on nominal frequency. Drivers implementing ptp_clock_rate_adjust() should be adjusted to account for the new behavior.

Other subsystems

Logging

Modules

  • The TinyCrypt library was removed as the upstream version is no longer maintained. PSA Crypto API is now the recommended cryptographic library for Zephyr.

Silabs

Architectures