mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-19 16:01:03 +00:00
Add stm32-hal crate
This commit is contained in:
parent
d967255f13
commit
a3792ed3cd
1 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l151-hal.svg)
|
||||
- [`stm32l4xx-hal`](https://crates.io/crates/stm32l4xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l4xx-hal.svg)
|
||||
- Generic hal support for stm32l4 devices, has examples that can run on boards like the [Nucleo-L432KC], [Solo], and similar boards
|
||||
- [`stm32-hal`](https://crates.io/crates/stm32-hal2) - ![crates.io](https://img.shields.io/crates/v/stm32-hal2.svg)
|
||||
- HAL implementation for STM32 devices across multiple families, with a focus on newer ones like L4, L5, and H7.
|
||||
|
||||
[Nucleo-L432KC]: https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l432kc.html
|
||||
[Solo]: https://solokeys.com/
|
||||
|
|
Loading…
Reference in a new issue