mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 15:31:15 +00:00
Merge pull request #155 from dotcypress/patch-1
add stm32l1xx-hal & stm32g0xx-hal
This commit is contained in:
commit
3f29ccc711
1 changed files with 4 additions and 0 deletions
|
@ -204,11 +204,15 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
- [`stm32f4xx-hal`](https://crates.io/crates/stm32f4xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f4xx-hal.svg)
|
||||
- Generic hal support for stm32f4 devices, currently with support for stm32f407 and stm32f429 devices (WIP)
|
||||
|
||||
- [`stm32l1xx-hal`](https://crates.io/crates/stm32l1xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l1xx-hal.svg)
|
||||
|
||||
- [`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
|
||||
|
||||
- [`stm32g0xx-hal`](https://crates.io/crates/stm32g0xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32g0xx-hal.svg)
|
||||
|
||||
[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