Skip to content
Merged
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
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"
  • Loading branch information
per1234 authored Mar 12, 2024
commit 216c7a3bc995a3e654e54fe5725a42f86ddb6177
2 changes: 1 addition & 1 deletion programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ blackmagic.program.protocol=
blackmagic.program.tool=
blackmagic.program.tool.default=
blackmagic.program.extra_params=
blackmagic.debug.server=blackmagic
blackmagic.debug.server=bmp