awesome-embedded-rust icon indicating copy to clipboard operation
awesome-embedded-rust copied to clipboard

Dead link for the blue pill support crate

Open gbip opened this issue 5 years ago • 5 comments

Hello ! The blue pill support crate redirect to the stm32f103 hal.

gbip avatar Sep 14 '18 13:09 gbip

@gbip Why is that a problem and how would you like to see it addressed?

therealprof avatar Sep 14 '18 13:09 therealprof

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 ?

gbip avatar Sep 14 '18 18:09 gbip

I think @japaric idea here was that there's actually very little blue-pill specific 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?

therealprof avatar Sep 14 '18 19:09 therealprof

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.

irwineffect avatar Nov 30 '18 02:11 irwineffect

This can probably be closed now that #146 has been merged

jonas-schievink avatar May 01 '19 14:05 jonas-schievink