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

Update docs based on crate restructuring #118

Merged

Conversation

seanmlyons22
Copy link
Sponsor Contributor

* Install target folder is now probe-rs-tools
* Fixed dead link to default cargo-embed toml
* Associated PR: probe-rs/probe-rs#2431
bugadani
bugadani previously approved these changes May 16, 2024
@bugadani bugadani dismissed their stale review May 16, 2024 15:51

cargo install won't work


```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
Copy link
Contributor

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?)?

Copy link
Member

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

Copy link
Contributor

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 :/

Copy link
Member

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 :)

@bugadani
Copy link
Contributor

@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 <noah@huesser.dev>
@Yatekii Yatekii merged commit 4c20cd2 into probe-rs:master May 22, 2024
1 check passed
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.

None yet

3 participants