stm32f3xx-hal
stm32f3xx-hal copied to clipboard
Point external documentation to this crate / stm32-rs
We should likely update awesome-embedded-rust
and also stm32f30x-hal
to point to this crate since this crate is actively maintained. Related issue: https://github.com/japaric/stm32f30x-hal/issues/36
- [X] Switch
awesome-embedded-rust
from pointing tostm32f30x-hal
to this crate (https://github.com/rust-embedded/awesome-embedded-rust/pull/236) - [ ] Update
stm32f30x-hal
's README.md to point to this crate (https://github.com/japaric/stm32f30x-hal/issues/36) - [ ] Update
alt-stm32f30x-hal
's README.md to point to this crate - [ ] Update
stm32f30x
's README.md to point tostm32-rs
- [ ] Update The Embedded Rust Book (see here) to point to
stm32-rs
I created a PR on awesome-embedded-rust
to address this.
https://github.com/rust-embedded/awesome-embedded-rust/pull/236
This is done.
Should we wait to close this issue, until https://github.com/japaric/f3/pull/109 is merged?
cc @dfrankland
Thank you for taking action and submitting a PR to awesome-embedded-rust
@rubberduck203 :+1:
@Sh3Rm4n I’m unsure what the PR on f3 has to do with this issue.
Yeah, you are right, this is not directly related to this issue. I'll let @dfrankland decide to close this issue :)
I think we are all good with the work @rubberduck203 put in for awesome-embedded-rust
. Thank you!
Considering the amount of documentation that links to stm32f30x-hal
I think it'll be good to get https://github.com/japaric/stm32f30x-hal/issues/36 closed as well. An example of this, is the The Embedded Rust Book, as of today, still points to stm32f30x
(look under "Peripheral Access Crate (PAC)"):
https://github.com/rust-embedded/book/blob/9f103c2a8aa91b959c7cddd31c950803d3ec06cc/src/start/registers.md. You can even check by Googling "stm32f30x" rust
.
I think I'll make a checklist at the top and start checking some of the items off.
The outdated crate is also linked in the embedded-hal docs and should probably be replaced there as well.