Skip to content

Commit c76265c

Browse files
author
Felipe Torrezan
authored
Update README.md
- Fixed typos
1 parent 2273eff commit c76265c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

3-
[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 - using simple configuration files - to generate native build scripts for a selected build system, like ninja, make, etc.). For detailed documentation, visit the [CMake Documentation Page][url-cm-docs].
3+
[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 - using simple configuration files - to generate native build scripts for a selected build system, like ninja, make, etc. For detailed documentation, visit the [CMake Documentation Page][url-cm-docs].
44

55
This tutorial serves as a very basic-level guide to using CMake together with the __IAR C/C++ compilers__ to cross-compile embedded software applications for the supported target architectures.
66
The core ideas presented were inspired by [Technical Note 190701][url-iar-docs-tn190701].
@@ -113,7 +113,7 @@ In the minimal example, we had an initial overview of what you need to bootstrap
113113
## Examples
114114
Now that you know how to use CMake to _configure_ and _build_ embedded projects developed with the IAR tools, you can start to explore how projects can be configured in greater detail.
115115
116-
In this section you will find descriptions for the provided [examples](examples). Each __architecture__ (__<arch>__) subdirectory contains multiple examples.
116+
In this section you will find descriptions for the provided [examples](examples). Each __architecture__ (__`<arch>`__) subdirectory contains multiple examples.
117117
118118
Optionally, each example's `CMakeLists.txt` file for target architectures contains the line `include(/path/to/iar-cspy-<arch>.cmake)` at the end, as an example that illustrates how to use CTest to invoke the __IAR C-SPY command line utility__ ([`cspybat.exe`][url-iar-docs-cspybat]) to perform automated tests using [macros][url-iar-docs-macros].
119119

0 commit comments

Comments
 (0)