mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 14:44:42 +00:00
Add reference to new stm32 HAL and board support crates
This commit is contained in:
parent
acacec6c44
commit
8bf354950d
1 changed files with 7 additions and 0 deletions
|
@ -180,6 +180,9 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
- [`stm32f429-hal`](https://crates.io/crates/stm32f429-hal) - 
|
||||
|
||||
- [`stm32f4xx-hal`](https://crates.io/crates/stm32f4xx-hal) - 
|
||||
- Generic hal support for stm32f4 devices, currently with support for stm32f407 and stm32f429 devices (WIP)
|
||||
|
||||
- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal) - 
|
||||
|
||||
- [`stm32l432xx-hal`](https://crates.io/crates/stm32l432xx-hal) - 
|
||||
|
@ -211,6 +214,8 @@ Crates tailored for general CPU architectures.
|
|||
Crates tailored for specific boards.
|
||||
|
||||
[STM32F3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html
|
||||
[STM32F4DISCOVERY]: https://www.st.com/en/evaluation-tools/stm32f4discovery.html
|
||||
[STM32F429DISCOVERY]: https://www.st.com/en/evaluation-tools/32f429idiscovery.html
|
||||
|
||||
### Nordic
|
||||
|
||||
|
@ -229,6 +234,8 @@ Crates tailored for specific boards.
|
|||
- [`nucleo-f042k6`](https://github.com/therealprof/nucleo-f042k6.git) - [Nucleo-F042K6]
|
||||
- [`nucleo-f103rb`](https://github.com/therealprof/nucleo-f103rb.git) - [Nucleo-F103RB]
|
||||
- [`f3`](https://crates.io/crates/f3) Board Support Crate for the [STM32F3DISCOVERY] - 
|
||||
- [`stm32f407g-disc`](https://crates.io/crates/stm32f407g-disc) Board Support Crate for the [STM32F4DISCOVERY] (WIP) - 
|
||||
- [`stm32f429i-disc`](https://crates.io/crates/stm32f429i-disc) Board Support Crate for the [STM32F429DISCOVERY] (WIP) - 
|
||||
- [`blue-pill`](https://github.com/japaric/blue-pill) Board Support Crate for [Blue Pill].
|
||||
|
||||
### Texas Instruments
|
||||
|
|
Loading…
Reference in a new issue