From 4cf5ec610c43f28a6c14617070b6998abfbbae08 Mon Sep 17 00:00:00 2001 From: Matt Vertescher Date: Sat, 9 Nov 2019 03:50:59 -0500 Subject: [PATCH] Add a link to the `stm32f7xx-hal` crate --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af1e25b..34e6699 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,9 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! - [`stm32f4xx-hal`](https://crates.io/crates/stm32f4xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f4xx-hal.svg) - Generic HAL implementation for all MCUs of the stm32f4 series +- [`stm32f7xx-hal`](https://crates.io/crates/stm32f7xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f7xx-hal.svg) + - Generic HAL implementation for all MCUs of the stm32f7 series + - [`stm32l0xx-hal`](https://crates.io/crates/stm32l0xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l0xx-hal.svg) - HAL implementation for the the STMicro STM32L0xx family of microcontrollers