Revision

1 Usage[edit source]

The STM32CubeRelease/Revision template returns the status for an STM32Cube release revision , or the revision (x.y.z) of the latest STM32Cube release.

Usage: {{STM32CubeRelease/Revision | revision=<revision>}}

Where:

  • <revision> is the mandatory revision of the STM32Cube release for which a status is requested. The possible values are:
    • latest to get the revision (x.y.z) of the latest major STM32Cube release.
    • 1.16.0 (Mar 2024 major STM32Cube release revision).
    • 1.15.0 (Nov 2023 major STM32Cube release revision).

The returned value (aka status) is:

  • x.y.z (revision of the latest STM32Cube release), if <revision> is set to latest.
  • latest, if <revision> is the latest one, in the flow associated with this wiki.
  • legacy, if <revision> is a legacy one, in the flow associated with this wiki.
  • next, if <revision> is a planned one, in the flow associated with this wiki.
  • former, if <revision> is part of a former flow that is not the one associated with this wiki.
  • unknown, if <revision> is not supported.

2 Basic examples[edit source]

You type You get
v1.16.0 revision (latest)
{{STM32CubeRelease/Revision | revision=1.16.0}}

latest

v1.15.0 revision
{{STM32CubeRelease/Revision | revision=1.15.0}}

legacy

Latest revision
{{STM32CubeRelease/Revision | revision=latest}}

1.16.0

Former revisions
{{STM32CubeRelease/Revision | revision=0.1.0}}<br />

unknown

3 More examples[edit source]

You type You get
vx.0.0 revision (legacy)
{{STM32CubeRelease/Revision | revision=x.0.0}}

legacy

vx.1.0 revision (latest)
{{STM32CubeRelease/Revision | revision=x.1.0}}

latest

vx.2.0 revision (next)
{{STM32CubeRelease/Revision | revision=x.2.0}}

next

v0.y.0 revision (former)
{{STM32CubeRelease/Revision | revision=0.y.0}}

former

Unknown revision
{{STM32CubeRelease/Revision | revision=10.20.30}}

unknown

Unspecified revision
{{STM32CubeRelease/Revision}}

unknown

4 Code[edit source]

unknown

No categories assignedEdit