-
-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
I was preparing a talk on embedded rust and tried to recreate vanilla setup from defmt template as documented and it failed once because of yanked version and when I forced installing it, it failed due to wire protocol version mismatch. In other words, it can give a very bad time anybody who is willing to try Rust on bare metal targets 🙁 I can confirm this PR works and resolves that issue, would be super happy if it got merged and released soon. |
@mchodzikiewicz you can clone this patch and install |
Yes, I did that and it works fine - what I mean is that newcomer will likely follow https://github.com/knurling-rs/app-template#readme and it is broken by now. I tested it with a discovery board and worked as expected. |
Oh nice, just wanted to make this PR myself. Yeah would be good to have this merged and get a new release. For now you can also install this with:
|
EDIT: im seeing this issue now already reported separately already in #391.
doesnt work on my end:
If I go back to 0.3.6 i get 'version' error. Yesterday everything worked fine. Now I cant get it work.
|
@gorazdko the problem you're facing is due to pointing to the wrong Repo. This fix is implemented in my own fork, so:
cc @diondokter you might want to update your comment. |
You can use the original repo just fine if there's a PR. If I look at his output it seems like the installation went just fine. Something went wrong when using probe-run. Also, I installed my new version of probe-run with my command and it worked. |
Good point, I personally didn't know about that. |
bors r+ |
Build succeeded: |
Reason: 0.3.5 has been yanked and it's not currently possible to install the latest version of
probe-run
Fixes #393