Skip to content

Commit b7b1d63

Browse files
authored
Change CMSIS clone instructions from version 6 to 5
Updated instructions to clone CMSIS version 5 instead of 6, for improved backward compatibility.
1 parent 707e40c commit b7b1d63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The recommended solution is to use `git` for fetching up-to-date CMSIS headers:
1111
* Linux (as root):
1212
```
1313
cd /opt/iar/
14-
git clone https://github.com/arm-software/cmsis_6
14+
git clone https://github.com/arm-software/cmsis_5
1515
cd ewarm/arm
16-
ln -s ../../cmsis_6/CMSIS CMSIS
16+
ln -s ../../cmsis_5/CMSIS
1717
```
1818
* Windows (Administrative Command Prompt):
1919
```
2020
cd /iar/
21-
git clone https://github.com/arm-software/cmsis_6
21+
git clone https://github.com/arm-software/cmsis_5
2222
mklink -d ewarm-10.xx.x ewarm
2323
cd ewarm/arm
24-
mklink -d ../../cmsis_6/CMSIS CMSIS
24+
mklink -d ../../cmsis_5/CMSIS
2525
```

0 commit comments

Comments
 (0)