From 3f6549e8533f3915fb62ab15f9a3ca6a6f559ae0 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Tue, 21 Apr 2026 19:32:12 +0100 Subject: [PATCH 1/2] Add deprecation notice --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc6359..55b38b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ > Abstractions common to bare metal systems -This project is developed and maintained by the [Cortex-A, Cortex-M, Cortex-R, +**This crate has been deprecated and archived, and it is not recommended for use in new projects.** + +**For Mutex and CriticalSection, see the critical-section crate instead.** + +This project was developed and maintained by the [Cortex-A, Cortex-M, Cortex-R, MSP430, and RISCV teams][teams]. ## [Change log](CHANGELOG.md) From 67bc607f803a4c622f594237544dcbdf4cb6f81c Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Thu, 23 Apr 2026 17:40:37 -0700 Subject: [PATCH 2/2] README.md: Add links to alternative crates Co-authored-by: Diego Barrios Romero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b38b2..e55b6de 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **This crate has been deprecated and archived, and it is not recommended for use in new projects.** -**For Mutex and CriticalSection, see the critical-section crate instead.** +**For `Mutex` and `CriticalSection`, see the [critical-section](https://crates.io/crates/critical-section) crate instead.** This project was developed and maintained by the [Cortex-A, Cortex-M, Cortex-R, MSP430, and RISCV teams][teams].