Migration guide to Zephyr v4.4.0 (Working Draft)
This document describes the changes required when migrating your application from Zephyr v4.3.0 to Zephyr v4.4.0.
Any other changes (not directly related to migrating applications) can be found in the release notes.
Build System
Kernel
Boards
Device Drivers and Devicetree
QSPI ===
st,stm32-qspicompatible nodes configured withdual-flashproperty now need to also include thessht-enableproperty to reenable sample shifting. Sample shifting is configurable now and disabled by default. (GitHub #98999).