From ac5ca136d37747cee77cd32a97c442725608a0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 8 May 2024 14:05:44 +0200 Subject: [PATCH] Update readme.md Help to configure debugger configuration file for Windows users --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8570ad0..45bf96f 100644 --- a/readme.md +++ b/readme.md @@ -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*.