Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Correct servertype identifier in "BlackMagic" programmer definition#851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
facchinm merged 1 commit intoarduino:mainfromper1234:bmp-servertype
Mar 13, 2024
Merged

Correct servertype identifier in "BlackMagic" programmer definition#851

facchinm merged 1 commit intoarduino:mainfromper1234:bmp-servertype
Mar 13, 2024

Conversation

@per1234
Copy link
Contributor

@per1234per1234 commentedMar 12, 2024
edited
Loading

When Arduino IDE initializes theintegrated sketch debugger, it sets theservertype debug attribute to the value of thedebug.server platform property.

This property must be set to one of the GDB Server type identifiers recognized by the Cortex-Debug debugger extension:

https://github.com/Marus/cortex-debug/blob/cfff611cc3578386c7ea83eebe6627bc2c013cef/debug_attributes.md#:~:text=in%20your%20PATH-,servertype,-string

supported types are jlink, openocd, pyocd, pe, stlink, stutil, qemu, bmp and external.

The previous value was not a recognized identifier, which caused the debugger initialization to fail whenTools > Programmer > BlackMagic was selected from the Arduino IDE menus:

Invalid servertype parameters. The following values are supported: "jlink", "openocd", "stlink", "stutil", "pyocd", "bmp", "pe", "qemu", "external"

facchinm reacted with thumbs up emoji
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"
@facchinmfacchinm merged commit7c7d186 intoarduino:mainMar 13, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@per1234@facchinm

[8]ページ先頭

©2009-2025 Movatter.jp