Rahix
Rahix
Also, maybe a lesson learned from this regression could be that we need to set up CI infrastructure in `embedded-hal` to check builds on all relevant targets? There may be...
The intention would be to make only the two GPIOs on the expansion connector accessible. But if that's not in your interest, I can understand. In that case, though, I...
Please post the full output from ravedude, otherwise we have no clues as to what might be going on here...
So you are not seeeing _any_ avrdude output after the `Programming ...` line? Please provide the following info: - `ravedude --version` - `avrdude -?` - Operating System
Can you add `--debug-avrdude` to the `ravedude` invocation in `.cargo/config.toml` please? That should print out the entire avrdude command that ravedude tries to call. You can then try calling that...
> pretty sure I solved it somehow as I did manage to get it uploaded. In the future, it would be nice to comment what your solution was. Others are...
Thanks a lot for your contribution! I like this change a lot. Right now, we are doing a rather large rework of ravedude in #522. I'll get back to your...
Hi, sorry for only getting back to this now. #522 has landed. If you are still interested in pursuing this work here, please rebase ontop of the new code. I...
> I keep output-mode as a cli override? Yeah, I think adding a CLI override is a good idea.
Please run `cargo fmt` on the code, there seem to be a few formatting issues. Let me know once you have tested it :)