-
Notifications
You must be signed in to change notification settings - Fork 800
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
Cherry-pick to earlgrey_1.0.0: [Opentitantool] Add a ftdi transport to the opentitanlib. #25786
Conversation
The new dependencies will be used to implement a new transport that will use a ftdi chip to bootstrap a opentitan chip. Signed-off-by: Douglas Reis <[email protected]> (cherry picked from commit 7e141a7)
Signed-off-by: Douglas Reis <[email protected]> (cherry picked from commit 42c8ab0)
Signed-off-by: Douglas Reis <[email protected]> (cherry picked from commit dcd643b)
Signed-off-by: Douglas Reis <[email protected]> (cherry picked from commit 46f5fc6)
@engdoreis this seems to break builds of
I have a fix, one moment. |
PR lowRISC#25786 updated the Rust crates used the project but did not update the crate index, thus breaking opentitanlib builds. This runs `bazel run //third_party/rust:crate_index -- --repin` to fix the issue. Signed-off-by: Tim Trippel <[email protected]>
#25801 will fix |
Looks like that fix was not enough; in order for this PR to be cherry-picked to |
@engdoreis I think the simplest thing to do is to revert these changes first to unblock this branch, then make the necessary fixes. #25803 should do so. |
This is an automatic cherry-pick of #25645 to branch
earlgrey_1.0.0
.