Skip to content

Commit 0726336

Browse files
author
Amanda Butler
authored
Merge pull request #1250 from RonEld/fix_openocd_link
Fix link of openocd
2 parents 45e747b + 3d98ca0 commit 0726336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/debug/local_debugging_toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This offers debugging capabilities for stack trace analysis, register dumps and
88

99
## Running a debug server
1010

11-
To connect to the debug interface, [OpenOCD](https://github.com/mbedmicro/pyOCD) support most boards. If the debug interface on your board is classified as 'CMSIS-DAP' or 'DAPLink' (most boards), you can use pyOCD. If not, use OpenOCD.
11+
To connect to the debug interface, [OpenOCD](http://openocd.org) support most boards. If the debug interface on your board is classified as 'CMSIS-DAP' or 'DAPLink' (most boards), you can use [pyOCD](https://github.com/mbedmicro/pyOCD). If not, use OpenOCD.
1212

1313
First, make sure you have installed the [GNU Arm Embedded Toolchain](https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update) and added it to your PATH. To verify that you have the correct version installed, open a terminal and run:
1414

0 commit comments

Comments
 (0)