-
-
Notifications
You must be signed in to change notification settings - Fork 14
cargo-embed
→ probe-rs
documentation change
#82
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
base: development
Are you sure you want to change the base?
Conversation
`cargo-embed` is now a part of `probe-rs`.
Updating per suggestion in contribution guide
This will need further work - probe-rs has issues with the Embed.toml from changes from the initial cargo-embed. Will submit again once I get flashing working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not author of this demo and I don't use it, hence missed the change that seem to happen in 2023. Thanks for efforts to improve the documentation.
cargo-embed
→ probe-rs
documentation change
Fixed errors that cause cargo embed to not work including show_timestamps as a general default.rtt setting (now per up_channel), halt_afterwards in the default.flashing section, and the channels parameter of default.rtt was split into up_channels and down_channels.
Remove windows style of paths Co-authored-by: Michał Fita <[email protected]>
Co-authored-by: Michał Fita <[email protected]>
Per recommendation removed curl | sh notes - users can reference current documentation from probe-rs site directly
Resolved review comments and updated Embed.TOML to handle some changes from probe-rs:
|
Attempting to install cargo-embed with instructions from the current
boards/atsamv71_xult/README.md
lead to the following:Updated
boards/atsamv71_xult/README.md
with the relevant instructions forprobe-rs
for Windows / Linux.