From 61e0450fe12402d5b1aaecd72d071cccb91b581c Mon Sep 17 00:00:00 2001 From: Christopher McClellan Date: Sat, 4 Jan 2020 08:44:47 -0500 Subject: [PATCH] Point stmf32f3 users to currently maintained crate Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 911c6a2..ff9ae5f 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! [Blue pill]: http://wiki.stm32duino.com/index.php?title=Blue_Pill [Nucleo-F103RB]: http://www.st.com/en/evaluation-tools/nucleo-f103rb.html -- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f30x-hal.svg) +- [`stm32f3xx-hal`](https://crates.io/crates/stm32f3xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32f3xx-hal.svg) - [`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