Skip to content

Releases: iarsystems/cmake-tutorial

v2025.08

08 Aug 12:31
65c7636

Choose a tag to compare

What's Changed

  • examples: added cstat interactive example. See the wiki for details.
  • fix: linker options in #44
  • ci: add SCA to the workflow example by @felipe-iar in #45
  • ci: contextually split the workflow by @felipe-iar in #46

Full Changelog: v2024.10...v2025.08

v2024.10

21 Oct 08:26
c036625

Choose a tag to compare

Upgraded cmake-tutorial to v2024.10

  • Clarified the point in which the tutorial requires modifications in the provided project files. Fix #42.
  • Summary highlighting the location for additional interactive examples available from the wiki.

CMake Tutorial v2024.01

28 Jan 08:43
473986b

Choose a tag to compare

Upgraded cmake-tutorial to v2024.01

  • Simplified tutorial on README.md
  • Converted examples to their interactive counterparts
  • Added version example
  • Added cmake-tutorial wiki entries

v2022.06

23 May 13:24
16bed53

Choose a tag to compare

Release notes

  • Building projects: added simplified hello-world project creation.
  • Toolchain file: automated selection for CMAKE_ASM_COMPILER according to the linker technology.
  • Output conversion: simplified output conversion with add_custom_command().
  • C-Test/IAR C-SPY: use genex for populating options depending if the target contains custom properties.

v1.0.0

19 Oct 11:54
b7d0f46

Choose a tag to compare

  • Initial version