feat: publish FreeRTOS C FC10 card

This commit is contained in:
2026-07-19 16:36:03 +02:00
commit 2e0fdfdc7e
199 changed files with 59630 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# FC10 card plan — direct task notifications
## Thesis
A notification is one typed protocol slot owned by a target task. Counting,
overwrite and bit-set actions preserve different information.
```text
FC10 · Direct-to-task notifications
└── Task01 · three modes on slot 0
├── A2 · target-owned slot, no intermediary object
├── A3 · handle → TCB[0] dispatch
├── A5 · count → overwrite → bits flow
├── A6 · pending/value state
├── A7 · public states, stacks and debugger slot
├── A8 · information-contract choice
└── Exercise · choose an action for three protocols
```
Acceptance: receiver is Blocked before every batch; results are exactly 3,
0x22 and 0x24; the slot is clear between phases; there is one notification
index; no hidden synchronization object; E01E12 is deterministic.