Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Here's a table listing all the `variant name`s:

Change the `serverpath` property to the location of *JLinkGDBServer* on your system. *JLinkGDBServer* is installed with the *J-Link Software and Documentation pack*.

- On Windows it's usually at `C:/Program Files/SEGGER/JLink/JLinkGDBServerCL`
- On Windows it's usually at `C:/Program Files/SEGGER/JLink/JLinkGDBServerCL`. Characters `\` in the path must be replaced by `/`. For example: `"C:/Program Files/SEGGER/JLink/JLinkGDBServerCL.exe"`.
- On Linux and macOS you can just use `JLinkGDBServer` without the full path if it's on your PATH

Make sure 'Simplicity Commander' is selected in *Tools > Programmer*.
Expand Down