Versioning - rtkconnectivity/realtek-zephyr-project GitHub Wiki

The manifest repository of Realtek Zephyr SDK is realtek-zephyr-project, so the Versioning is based on this repo. Every Release, there would be a tag on this repo.

Realtek will tag each release on the realtek-zephyr-project with the following format: {upstream-tag}-rtk-MM.mm.pp

This tag can be broken down into 3 components:

  • upstream-tag: This is the tag or commit of the Zephyr repo that the Realtek release is based on. For example, current zephyr downstream is based on Upstream v3.7 LTS, so the upstream tag would be v3.7.
  • -rtk-: Separator
  • RTK release version: This is Realtek's version on top of the upstream Zephyr version. The Realtek version follows a version format, MM.mm.pp, where: MM is a 2 digit major number, mm is a 2 digit minor number, pp is a 2 digit patch number.