Skip to content

Commit 412501f

Browse files
committed
doc: update README.md
- Timeouts (timed events) are now implemented. - Made "Timer" and "Alarm" plural.
1 parent cbfb2ed commit 412501f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
1414
| ☑︎ Tasks |`Mutex` | ☑︎ `std` (Hosted) |
1515
| ☑︎ Hunks |`RwLock` | ☐ Armv7-M |
1616
| ☑︎ Wait Objects |`Once` | |
17-
| ☐ Time Events | ☐ Logger | |
17+
| ☑︎ Timeouts | ☐ Logger | |
1818
| ☐ Semaphores | ☐ C API | |
1919
| ☑︎ Event Groups | | |
2020
| ☐ Mutexes | **Tools** | **Boards** |
21-
|Timer | ☑︎ Test Harness | ☑︎ Hosted |
22-
|Alarm | ☑︎ Test Suite | ☐ F401RE |
21+
|Timers | ☑︎ Test Harness | ☑︎ Hosted |
22+
|Alarms | ☑︎ Test Suite | ☐ F401RE |
2323
| ☑︎ Interrupts | ☑︎ Configurator | |
2424
| ☐ CPU Exceptions | | |
2525
| ☐ Panicking | | |

0 commit comments

Comments
 (0)