mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
Adding non development boards to board support crates section?? #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoshMcguigan on GitHub (Aug 1, 2018).
I wrote a board support crate, betafpv-f3, for a drone flight controller. Currently, the board support crates section of this repo says
Crates tailored for specific development boards..Is there any interest in listing board crates for more specialized boards like this? I was thinking possibly an
Othercategory could be used to group them separately from the existing boards, but I wanted to discuss it before making a PR.@therealprof commented on GitHub (Aug 1, 2018):
In my opinion specific relates to the word boards more than it does to the term development. If the board is readily available it would be acceptable for inclusion. OTOH I do very much like the idea of yours to add a single/special purpose section, too, but making it more explicit than "other".
@JoshMcguigan commented on GitHub (Aug 1, 2018):
I submitted a PR just to keep this moving forward, but I wasn't actually sure if you were thinking the
Special Purposesection would be within the existingBoard Support Cratessection, or if it would be it's own section perhaps listed just after theBoard Support Cratessection?I can update the PR as needed based on further discussion here.
@therealprof commented on GitHub (Aug 1, 2018):
That is okay for now. I'm thinking about restructuring this a bit anyway at some point.
@JoshMcguigan commented on GitHub (Aug 2, 2018):
Great, thanks for the merge. I'll close this issue.