Skip to content

Commit b0f9972

Browse files
committed
readme updates
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 2c922a8 commit b0f9972

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@ The following extensions are included in this extension pack:
2323
## pyOCD Debug Setup
2424

2525
- Install `GCC compiler for ARM CPUs` with the `Arm Tools Environment Manager` to get access to a GDB (`arm-none-eabi-gdb`).
26-
27-
- (Temporary, should become obsolete with full `*.cbuild-run.yml` support in pyOCD)<br>
26+
- **Temporary** - should become obsolete with full `*.cbuild-run.yml` support in pyOCD:<br>
2827
Make sure to set up your CMSIS Pack installation root folder by one of the following methods:
2928
- Set your system environment variable `CMSIS_PACK_ROOT`.
3029
- Add the following to your debug launch configuration
3130
```
3231
"environment": {
3332
"CMSIS_PACK_ROOT": "</path/to/your/pack/cache>"
3433
}
35-
3634
```
3735
36+
## Segger J-Link Debug Setup
37+
38+
- Install the latest [J-Link Software and Documentation Pack](https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack) from [Segger](https://www.segger.com/). Ensure all required drivers and host platform specific settings are done.
39+
- Ensure the installation folder is added to your system's `PATH` environment variable. Alternatively, you can add an absolute path to your installation in the debug launch configuration.
40+
3841
## Additional Extension Functionality
3942
4043
This extension contributes additional functionality to more seamlessly integrate the included extensions:

0 commit comments

Comments
 (0)