mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-11 17:45:26 +00:00
Merge pull request #17 from astro/add-stm32f429
Add stm32f429 and corresponding -hal crate
This commit is contained in:
commit
9bf3f2cf60
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx) Peripheral access API for STM32F103XX microcontrollers (generated using svd2rust)
|
||||
- [`stm32f100xx`](https://github.com/japaric/stm32f100xx) Peripheral access API for STM32F100XX microcontrollers (generated using svd2rust)
|
||||
- [`stm32f30x`](https://crates.io/crates/stm32f30x) Peripheral access API for STM32F30X microcontrollers (generated using svd2rust)
|
||||
- [`stm32f429`](https://crates.io/crates/stm32f429) Peripheral access API for STM32F429 microcontrollers (generated using svd2rust)
|
||||
- [`stm32l151`](https://crates.io/crates/stm32l151)
|
||||
|
||||
### MSP430
|
||||
|
@ -156,6 +157,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal)
|
||||
|
||||
- [`stm32f429-hal`](https://crates.io/crates/stm32f429-hal)
|
||||
|
||||
- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal)
|
||||
|
||||
### Texas Instruments
|
||||
|
|
Loading…
Reference in a new issue