You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,21 @@ The following extensions are included in this extension pack:
23
23
## pyOCD Debug Setup
24
24
25
25
- 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>
28
27
Make sure to set up your CMSIS Pack installation root folder by one of the following methods:
29
28
- Set your system environment variable `CMSIS_PACK_ROOT`.
30
29
- Add the following to your debug launch configuration
31
30
```
32
31
"environment": {
33
32
"CMSIS_PACK_ROOT": "</path/to/your/pack/cache>"
34
33
}
35
-
36
34
```
37
35
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
+
38
41
## Additional Extension Functionality
39
42
40
43
This extension contributes additional functionality to more seamlessly integrate the included extensions:
0 commit comments