Merge pull request #17 from astro/add-stm32f429

Add stm32f429 and corresponding -hal crate
This commit is contained in:
Daniel Egger 2018-04-07 23:54:02 +02:00 committed by GitHub
commit 9bf3f2cf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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