feat: publish FreeRTOS C FC07 card

This commit is contained in:
2026-07-19 16:36:03 +02:00
commit 9fad4f4ccc
196 changed files with 59368 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# FC07 card plan
## Thesis
An ISR and a task use different APIs and different stacks. A FromISR operation
may unblock a higher-priority task, but the task runs immediately only if the
ISR explicitly requests a context switch.
## Evidence
The nine-record replay proves a real MEI cause, source clear before give,
`xHigherPriorityTaskWoken=pdTRUE`, distinct ISR/waiter/stimulus stack pointers,
and ordering `ISR → waiter → interrupted stimulus`.