mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
Dead link for the blue pill support crate #14
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 @gbip on GitHub (Sep 14, 2018).
Hello !
The blue pill support crate redirect to the stm32f103 hal.
@therealprof commented on GitHub (Sep 14, 2018):
@gbip Why is that a problem and how would you like to see it addressed?
@gbip commented on GitHub (Sep 14, 2018):
I think that this is misdirecting because one would expect the link to send us to a board support crate, while it is sending us to an hal implementation. Maybe we should remove it from this category ?
@therealprof commented on GitHub (Sep 14, 2018):
I think @japaric idea here was that there's actually very little
blue-pillspecific in that crate that is not in the hal itself (because there's very little on the blue-pill board) so the hal can really take over the role of a board specific crate. I stumbled over the exact same redirect a while back but was not aware that this might be confusing.@japaric Would it be okay for you if we removed the BSP crate from the list?
@irwineffect commented on GitHub (Nov 30, 2018):
I agree the link should be removed. While a BSP crate for the blue pill would be pretty minimal and not much on top of the HAL, japaric/stm32f103xx-hal is still not a BSP.
@jonas-schievink commented on GitHub (May 1, 2019):
This can probably be closed now that #146 has been merged