You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
0 commit comments