mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge pull request #43 from xd009642/master
Added stm32f469xx device crate.
This commit is contained in:
commit
b9692f4ce9
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
- [`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) - 
|
||||
- [`stm32f469xx`](https://crates.io/crates/stm32f469xx) Peripheral access API for STM32f469XX microcontrollers (generated using svd2rust) -
|
||||
- [`stm32l151`](https://crates.io/crates/stm32l151) - 
|
||||
|
||||
### MSP430
|
||||
|
|
Loading…
Reference in a new issue