@@ -19,20 +19,20 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
19
19
20
20
## Implementation Status
21
21
22
- | Core | Library | Ports |
23
- | :--------------- | :-------------- | :----------------- |
24
- | ☑︎ Tasks | ☐ ` Mutex ` | ☑︎ ` std ` (Hosted) |
25
- | ☑︎ Hunks | ☐ ` RwLock ` | ☑︎ Armv7 -M |
26
- | ☑︎ Wait Objects | ☐ ` Once ` | ☑︎ Armv6-M |
27
- | ☑︎ Timeouts | ☐ Logger | |
28
- | ☐ Semaphores | ☐ C API | |
29
- | ☑︎ Event Groups | | |
30
- | ☐ Mutexes | ** Tools** | ** Boards** |
31
- | ☑︎ Timers | ☑︎ Test Harness | ☑︎ Hosted |
32
- | ☑︎ Interrupts | ☑︎ Test Suite | ☑︎ F401RE |
33
- | ☑︎ Startup Hooks | ☑︎ Configurator | |
34
- | ☐ CPU Exceptions | | |
35
- | ☐ Panicking | | |
22
+ | Core | Library | Ports |
23
+ | :--------------- | :-------------- | :------------------ |
24
+ | ☑︎ Tasks | ☐ ` Mutex ` | ☑︎ ` std ` (Hosted) |
25
+ | ☑︎ Hunks | ☐ ` RwLock ` | ☑︎ Armv8 -M (no CMSE) |
26
+ | ☑︎ Wait Objects | ☐ ` Once ` | ☑︎ Armv7-M |
27
+ | ☑︎ Timeouts | ☐ Logger | ☑︎ Armv6-M |
28
+ | ☐ Semaphores | ☐ C API | |
29
+ | ☑︎ Event Groups | | |
30
+ | ☐ Mutexes | ** Tools** | ** Boards** |
31
+ | ☑︎ Timers | ☑︎ Test Harness | ☑︎ Hosted |
32
+ | ☑︎ Interrupts | ☑︎ Test Suite | ☑︎ F401RE |
33
+ | ☑︎ Startup Hooks | ☑︎ Configurator | |
34
+ | ☐ CPU Exceptions | | |
35
+ | ☐ Panicking | | |
36
36
37
37
## Example
38
38
0 commit comments