-
Notifications
You must be signed in to change notification settings - Fork 160
Zephyr Version Compatibility
Stephanos Ioannidis edited this page Aug 4, 2025
·
3 revisions
Each Zephyr SDK "minor" version is associated with and guaranteed to be compatible with a Zephyr "minor" version.
For example, SDK 0.17.x is associated with and guaranteed to be compatible with Zephyr 4.2.x.
- SDK 1.0.x releases are intended to be compatible with the current Zephyr
main
and will be compatible with the upcoming Zephyr 4.3.x releases.
- SDK 0.17.x releases are guaranteed to be compatible with Zephyr 4.2.x releases.
- Long Term Support (LTS) release for Zephyr LTS3 (v3.7)
- Guaranteed to be compatible with Zephyr v3.7 (LTS3)
Please refer to the following Google Sheet for the full Zephyr-SDK Version Compatibility Matrix:
https://docs.google.com/spreadsheets/d/1wzGJLRuR6urTgnDFUqKk7pEB8O6vWu6Sxziw_KROxMA
The compatibility matrix shall:
- list all currently supported Zephyr releases.
- list, at least, the last three releases of the Zephyr SDK.
- provide comments for any listed incompatibilities.