Skip to content

Commit 7ba24e3

Browse files
Felipe Torrezanmicaelbo
authored andcommitted
Reposition download instructions.
1 parent 4d50612 commit 7ba24e3

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
@@ -32,6 +32,8 @@ This file contains the toolchain's location for its compiler and assembler.
3232

3333
This section provides a simple example of a generic __toolchain file__ for CMake that can be used along with the __IAR C/C++ Compiler__.
3434

35+
In order to get the toolchain file with all the examples, you can clone this repository __or__, if you want to get only the files from a single example, click on its respective link in the [examples](#examples)' titles and get it bundled in a __zip__ archive.
36+
3537
On the [examples/iar-toolchain.cmake](examples/iar-toolchain.cmake) file, perform the following changes to match your system:
3638
* Update [__CMAKE_SYSTEM_PROCESSOR__](examples/iar-toolchain.cmake#L11) with one of the valid compiler's target `<arch>`:
3739
>`430`, `8051`, `arm`, `avr`, `riscv`, `rx`, `rh850`, `rl78`, `stm8` or `v850`.
@@ -211,8 +213,6 @@ __CMake 3__ has been described as the beginning of the "Modern CMake" age. Since
211213
212214
The __CMakeLists.txt__ in the examples use expressions that look like this `$<...>`. Those are the so-called [_generator expressions_][url-cm-docs-genex] (or _genex_, for short) and they allow us to express our intentions in many powerful ways.
213215
214-
>:warning: In order to get the all the examples, you can clone this repository __or__, if you want to get only the files from a single example, click on its respective link in the examples' titles and get it bundled in a __zip__ archive.
215-
216216
217217
### Example 1 - [Mixing C and Assembly][url-repo-example1]
218218
The [mix-c-asm](examples/mix-c-asm) project demonstrates the basic concepts on how to build a single executable target (__mixLanguages__) using __C__ and __Assembly__ sources.

0 commit comments

Comments
 (0)