From 6f33d961279a64ffee484fe127f86ea4ec908900 Mon Sep 17 00:00:00 2001 From: "Christopher J. McClellan" Date: Sat, 11 Jan 2020 07:58:19 -0500 Subject: [PATCH] Add deprecation notice Points users to the actively maintained stm32f3xx-hal crate. Related issues: - https://github.com/japaric/stm32f30x-hal/issues/36 - https://github.com/stm32-rs/stm32f3xx-hal/issues/48 --- Cargo.toml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7d487aa..dfa6d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0" name = "stm32f30x-hal" repository = "https://github.com/japaric/stm32f30x-hal" version = "0.2.0" +maintenance = { status = "deprecated" } [dependencies] cortex-m = "0.5.0" diff --git a/README.md b/README.md index 40d25ca..576c9e9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [`embedded-hal`]: https://crates.io/crates/embedded-hal +***DEPRECATED:*** +This crate is no longer actively maintained. +Use the [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) crate instead. + ## [Documentation](https://docs.rs/stm32f30x-hal) ## License