-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update docs based on crate restructuring #118
Update docs based on crate restructuring #118
Conversation
seanmlyons22
commented
May 6, 2024
- Install target folder is now probe-rs-tools
- Fixed dead link to default cargo-embed toml
- Associated PR: Update docs based on restructuring probe-rs#2431
* Install target folder is now probe-rs-tools * Fixed dead link to default cargo-embed toml * Associated PR: probe-rs/probe-rs#2431
5106ea9
to
9f294aa
Compare
|
||
```sh | ||
# Build and tag the container image, specifying the name as defined in the `Cross.toml`. | ||
docker build -t crossimage crossimage/ | ||
|
||
# Run cross to compile, cross arguments are the same as the `cargo` ones | ||
cross build --release --target=armv7-unknown-linux-gnueabihf --features cli | ||
cross build --path probe-rs-tools --release --target=armv7-unknown-linux-gnueabihf |
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.
@Dirbaio I believe you edited this last time. Can you tell me why the path wasn't specified in the old revision (consequently, can you tell me if the new version is correct?)?
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 think we had a default that pointed to probe-rs
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 don't see how that's specified :/
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 think we are good anyways :)
@seanmlyons22 sorry for the delay. I've taken the liberty to update the PR with some more changes, I hope you don't mind. @Yatekii I think this should be suffcient for the website part of the new release. |
Co-authored-by: Noah Hüsser <[email protected]>