mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 07:29:49 +00:00
Merge #236
236: Point stmf32f3 users to currently maintained crate r=jamesmunns a=rubberduck203 Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate. Co-authored-by: Christopher McClellan <chris.mcclellan203@gmail.com>
This commit is contained in:
commit
12650a7494
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
[Blue pill]: http://wiki.stm32duino.com/index.php?title=Blue_Pill
|
||||
[Nucleo-F103RB]: http://www.st.com/en/evaluation-tools/nucleo-f103rb.html
|
||||
|
||||
- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f30x-hal.svg)
|
||||
- [`stm32f3xx-hal`](https://crates.io/crates/stm32f3xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f3xx-hal.svg)
|
||||
|
||||
- [`stm32f4xx-hal`](https://crates.io/crates/stm32f4xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f4xx-hal.svg)
|
||||
- Generic HAL implementation for all MCUs of the stm32f4 series
|
||||
|
|
Loading…
Reference in a new issue