Skip to content

Commit c3bdda6

Browse files
author
Felipe Torrezan
authored
Update README.md
- Updated references for the new branding.
1 parent 9d8807c commit c3bdda6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tutorial <br>Building and testing with the IAR Systems tools in CMake
1+
# Tutorial <br>Building and testing with the IAR tools in CMake
22

33
[CMake][url-cm-home] is an open-source, cross-platform family of tools maintained and supported by [Kitware][url-cm-kitware]. CMake is used to control the software compilation process through simple configuration files to generate native build scripts for a chosen build system (e.g. ninja, make, etc.). For full documentation visit the [CMake Documentation Page][url-cm-docs].
44

@@ -9,7 +9,7 @@ The core ideas presented were inspired by the [Technical Note 190701][url-iar-do
99
## Pre-requisites
1010
This tutorial assumes that:
1111

12-
* __The reader is familiar with the usage of the IAR Systems tools, as well as with the Kitware tools, from their respective command-line interfaces.__
12+
* __The reader is familiar with the usage of the IAR tools, as well as with the Kitware tools, from their respective command-line interfaces.__
1313

1414
* This repository is cloned to the development computer (alternatively it can be downloaded as a zip archive via the __Code__ button).
1515

@@ -207,7 +207,7 @@ Found an issue or have a suggestion related to the [__cmake-tutorial__][url-repo
207207
- If creating a [new][url-repo-issue-new] issue, please describe it in detail.
208208
209209
## Conclusion
210-
This tutorial provided information on how to start building embedded software projects and, also, on how to perform automated tests when using the IAR Systems' tools with CMake. Once the core ideas presented here are mastered, the possibilities are only limited by the developer's mind. Such a setup might be useful depending on each organization's needs and can be used as a starting point for particular customizations.
210+
This tutorial provided information on how to start building embedded software projects and, also, on how to perform automated tests when using the IAR tools with CMake. Once the core ideas presented here are mastered, the possibilities are only limited by the developer's mind. Such a setup might be useful depending on each organization's needs and can be used as a starting point for particular customizations.
211211
212212
<!-- links -->
213213
[url-repo-home]: https://github.com/IARSystems/cmake-tutorial

0 commit comments

Comments
 (0)