Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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].

## [Change log](CHANGELOG.md)
Expand Down
Loading