iarsystems / cmake-tutorial

Build and test embedded software using the IAR C/C++ Compiler alongside CMake
https://iar.com
MIT License
76 stars 14 forks source link

Suggestion: move Toolchain File configuration section #3

Closed felipe-iar closed 2 years ago

felipe-iar commented 2 years ago

The tutorial's current sequence starts by instructing on modifications to the user system's toolchain file, before explaining the examples.

The instructions for downloading the examples (which contains the iar-toolchain.cmake file comes after that.

A possible slightly smoother flow would be to provide instructions for modification of the Toolchain File only after the instructions for cloning/downloading are provided.