Skip to content

Commit cbc18bf

Browse files
committed
doc: indicate that constance::sync::Mutex is ready
1 parent fdc9307 commit cbc18bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
2424
| System Topology | ![Uniprocessor: Supported] ![Homogeneous Multiprocessor: Under Consideration] ![Heterogeneous Multiprocessor: Not Considering] |
2525
| Kernel Core | ![Tasks: Supported] ![Hunks: Supported] ![Wait Objects: Supported] ![Timeouts: Supported] ![Timers: Supported] ![Interrupts: Supported] ![Startup Hooks: Supported] ![CPU Exceptions: Under Consideration] ![Panicking: Under Consideration] |
2626
| Kernel Synchronization | ![Semaphores: Supported] ![Event Groups: Supported] ![Mutexes: Under Consideration] |
27-
| Library | ![Mutex: Under Consideration] ![RwLock: Under Consideration] ![Once: Under Consideration] ![C API: Under Consideration] |
27+
| Library | ![Mutex: Supported] ![RwLock: Under Consideration] ![Once: Under Consideration] ![C API: Under Consideration] |
2828
| Port (Simulator) | ![POSIX: Supported] ![Windows: Under Consideration] |
2929
| Port (Arm M-Profile) | ![Armv8-M Mainline (no CMSE): Supported] ![Armv8-M Baseline (no CMSE): Supported] ![Armv7-M: Supported] ![Armv6-M: Supported] |
3030
| Port (Arm A-Profile) | ![Armv7-A (no FPU): Supported] |
@@ -47,7 +47,7 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
4747
[CPU Exceptions: Under Consideration]: https://img.shields.io/badge/CPU%20Exceptions-Under%20Consideration-cc7070?style=flat-square
4848
[Panicking: Under Consideration]: https://img.shields.io/badge/Panicking-Under%20Consideration-cc7070?style=flat-square
4949

50-
[Mutex: Under Consideration]: https://img.shields.io/badge/Mutex-Under%20Consideration-cc7070?style=flat-square
50+
[Mutex: Supported]: https://img.shields.io/badge/Mutex-Supported-success?style=flat-square
5151
[RwLock: Under Consideration]: https://img.shields.io/badge/RwLock-Under%20Consideration-cc7070?style=flat-square
5252
[Once: Under Consideration]: https://img.shields.io/badge/Once-Under%20Consideration-cc7070?style=flat-square
5353
[C API: Under Consideration]: https://img.shields.io/badge/C%20API-Under%20Consideration-cc7070?style=flat-square

0 commit comments

Comments
 (0)