Skip to content

Commit 216c7a3

Browse files
authored
Correct servertype identifier in "BlackMagic" programmer definition
When Arduino IDE initializes the integrated sketch debugger, it sets the `servertype` debug attribute to the value of the `debug.server` platform property. This property must be set to one of the GDB Server type identifiers recognized by the Cortex-Debug debugger extension. The previous value was not a recognized identifier, which caused the debugger initialization to fail: Invalid servertype parameters. The following values are supported: "jlink", "openocd", "stlink", "stutil", "pyocd", "bmp", "pe", "qemu", "external"
1 parent d53db7a commit 216c7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programmers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ blackmagic.program.protocol=
3535
blackmagic.program.tool=
3636
blackmagic.program.tool.default=
3737
blackmagic.program.extra_params=
38-
blackmagic.debug.server=blackmagic
38+
blackmagic.debug.server=bmp

0 commit comments

Comments
 (0)