Skip to content

Commit 7f5daed

Browse files
authored
Update notes on cmsis_5 folder usage
Clarify usage of cmsis_5 folder for multiple instances.
1 parent c8f2ed2 commit 7f5daed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git clone https://github.com/arm-software/cmsis_5
4242
cd ewarm-10.xx.x/arm
4343
mklink /D ..\..\cmsis_5\CMSIS
4444
```
45-
Replace `ewarm-10.xx.x` by its actual version. The same `cmsis_5` folder can
45+
Replace `ewarm-10.xx.x` by its actual version. The same `cmsis_5` folder can be utilized by more than one Embedded Workbench instance.
4646

4747
### File names on Linux
4848
Many legacy projects were developed primarily on Windows, where file systems are case-insensitive. As a result, **you may encounter case-sensitivity issues when building these projects on Linux**.

0 commit comments

Comments
 (0)