Skip to content

Commit c036625

Browse files
author
Felipe Torrezan
authored
Bumped to v2024.10 (#43)
1 parent eebde73 commit c036625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cmake --build .
9797
## Run
9898
Let's test the application. To run the executable you will need the non-interactive[^3] command line interface for the IAR C-SPY Debugger (`cspybat`) with the proper drivers for the desired target. Amongst the many ways of accomplishing this, let's take advantage of the `add_test()` for testing the application in a Arm Cortex-M4 simulated target.
9999

100-
In this example we will use Arm. To do so, you need to change the Tutorial's `CMakeLists.txt`:
100+
This section is interactive. In this example we will use Arm. So, you will need to update your Tutorial's `CMakeLists.txt`:
101101
- Firstly add [`enable_testing()`](https://cmake.org/cmake/help/latest/command/enable_testing.html#command:enable_testing) to enable testing:
102102
```cmake
103103
enable_testing()
@@ -135,7 +135,7 @@ ctest
135135
```
136136

137137
## Summary
138-
This tutorial covered the basics on using CMake with the IAR tools from the command line. Proceed to the [wiki](https://github.com/IARSystems/cmake-tutorial/wiki) for additional tips & tricks!
138+
This tutorial covered the basics on using CMake with the IAR tools from the command line. Proceed to the [wiki](https://github.com/IARSystems/cmake-tutorial/wiki) for additional interactive examples, tips & tricks!
139139

140140
[__` Follow us `__](https://github.com/iarsystems) on GitHub to get updates about tutorials like this and more.
141141

0 commit comments

Comments
 (0)