-
Notifications
You must be signed in to change notification settings - Fork 175
Blue Pill Quickstart #88
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
Comments
Nice! I’m not part of the team, but I’m excited to see this and believe there should be many templates out there to make it easy for folks to get started on a particular target. Your repo is a nice addition to the ecosystem. You should consider adding an announcement to the Rust embedded blog. |
Agree it would be helpful to have more templates out there, getting started in the embedded space is most definitely several orders of magnitude more complicated than when coding on top of an OS. I'm surprised it works at all considering how many moving parts are involved! The only little annoying thing with what I put together is the VS Code Rust add-in thinks there's an error with the toml when in fact there isn't. From the looks of it, it's doing it's own build somewhere and that is failing. But it's not a show stopper. I mentioned it here. This project looks intended to work with |
Yeah. There’s an open issue to allow more flexibility in that area. cargo-generate/cargo-generate#17 |
We should probably add them all to the awesome list... https://github.com/rust-embedded/awesome-embedded-rust Maybe even add a separate section to collect all the quickstart templates. |
The way I see it, having a working setup is two fold:
Having it all here would be ideal, but that would require a big effort. In the meantime, @therealprof's suggestion is probably the best option. |
Just wanted to say thanks for putting this out there, was a tremendous help.
I derived a Blue Pill Quickstart from it with VS Code debugging working great: https://github.com/reneherrero/blue-pill-quickstart
I though about doing a PR to give something back, but I don't see how to do so without creating clutter... lots of possible permutations in this area.
Anyhow, let me know if you're interested and I'll try to cook something up.
Again, thanks!
The text was updated successfully, but these errors were encountered: