File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
24
24
| System Topology | ![ Uniprocessor: Supported] ![ Homogeneous Multiprocessor: Under Consideration] ![ Heterogeneous Multiprocessor: Not Considering] |
25
25
| 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] |
26
26
| 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] |
28
28
| Port (Simulator) | ![ POSIX: Supported] ![ Windows: Under Consideration] |
29
29
| Port (Arm M-Profile) | ![ Armv8-M Mainline (no CMSE): Supported] ![ Armv8-M Baseline (no CMSE): Supported] ![ Armv7-M: Supported] ![ Armv6-M: Supported] |
30
30
| 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
47
47
[ CPU Exceptions: Under Consideration ] : https://img.shields.io/badge/CPU%20Exceptions-Under%20Consideration-cc7070?style=flat-square
48
48
[ Panicking: Under Consideration ] : https://img.shields.io/badge/Panicking-Under%20Consideration-cc7070?style=flat-square
49
49
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
51
51
[ RwLock: Under Consideration ] : https://img.shields.io/badge/RwLock-Under%20Consideration-cc7070?style=flat-square
52
52
[ Once: Under Consideration ] : https://img.shields.io/badge/Once-Under%20Consideration-cc7070?style=flat-square
53
53
[ C API: Under Consideration ] : https://img.shields.io/badge/C%20API-Under%20Consideration-cc7070?style=flat-square
You can’t perform that action at this time.
0 commit comments