Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probe-rs VSCode support #72

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Probe-rs VSCode support #72

wants to merge 2 commits into from

Conversation

NoahSprenger
Copy link
Contributor

Would be nice to properly debug things :)

// "preLaunchTask": "Build Release Communication",
"type": "probe-rs-debug",
"request": "launch",
"name": "Probe-rs Debug Recovery (Release)",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kinda confusing since we can either have a debug or release build. I'd remove the Debug part of this and for any other release configs. Also, for boards like the sensor v2 board we need to use the STM32H733VGTx chip. You may notice that the sensor v2 board does not exist in this branch, so I'd like you to practice updating your branch to keep your changes and merge master in so you can have the newest changes available.

"type": "probe-rs-debug",
"request": "launch",
"name": "Probe-rs Debug Recovery",
"chip": "ATSAME51J20A",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong chip, should be ATSAME51J18A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants