Skip to content

Commit 7b1ac4f

Browse files
committed
docs updates
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 81815dd commit 7b1ac4f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ Related open source projects are
88
- [pyOCD](https://pyocd.io/), a Python based tool and API for debugging, programming, and exploring Arm Cortex microcontrollers.
99
- [GDB](https://www.sourceware.org/gdb/), the GNU Project debugger.
1010

11+
## Prerequisites
12+
13+
- (Temporary, should become obsolete with full `*.cbuild-run.yml` support in pyOCD)<br>
14+
Make sure to set up your CMSIS Pack installation root folder by one of the following methods:
15+
- Set your system environment variable `CMSIS_PACK_ROOT`.
16+
- Add the following to your debug launch configuration
17+
```
18+
"environment": {
19+
"CMSIS_PACK_ROOT": "</path/to/your/pack/cache>"
20+
}
21+
22+
```
23+
1124
## The Arm CMSIS Debugger Extension Pack
1225
1326
The Arm CMSIS Debugger extension is actually an [extension pack](https://code.visualstudio.com/api/references/extension-manifest#extension-packs). It allows to install multiple separate extensions together.

0 commit comments

Comments
 (0)