From fdcbe919cd8a99f885fb925b35e6afb5e81c2682 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 7 Apr 2018 23:49:02 +0200 Subject: [PATCH] Add stm32f429 and corresponding -hal crate --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ece5ec..0793127 100644 --- a/README.md +++ b/README.md @@ -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