Update architecture.html to reflect task notification instead of semaphore
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@
|
|||||||
<rect x="50" y="76" width="380" height="90" rx="6" fill="#1a2240" stroke="#4f8ef7" stroke-width="1"/>
|
<rect x="50" y="76" width="380" height="90" rx="6" fill="#1a2240" stroke="#4f8ef7" stroke-width="1"/>
|
||||||
<text x="70" y="96" fill="#4f8ef7" font-size="12" font-weight="bold">beepTask</text>
|
<text x="70" y="96" fill="#4f8ef7" font-size="12" font-weight="bold">beepTask</text>
|
||||||
<text x="380" y="96" text-anchor="end" fill="#6b7194" font-size="10">Prio 5 · Core 0 · Stack 2 KB</text>
|
<text x="380" y="96" text-anchor="end" fill="#6b7194" font-size="10">Prio 5 · Core 0 · Stack 2 KB</text>
|
||||||
<text x="70" y="114" fill="#d4d8f0" font-size="10">· Wartet auf beepSemaphore (gegeben alle 10 ms von timerIsr)</text>
|
<text x="70" y="114" fill="#d4d8f0" font-size="10">· Wartet auf Task Notification (gegeben alle 10 ms von timerIsr)</text>
|
||||||
<text x="70" y="129" fill="#d4d8f0" font-size="10">· Short-Beep-Timing (30 ms Puls)</text>
|
<text x="70" y="129" fill="#d4d8f0" font-size="10">· Short-Beep-Timing (30 ms Puls)</text>
|
||||||
<text x="70" y="144" fill="#d4d8f0" font-size="10">· PiepPattern::TaskCyclic() → PiepMode → toneRequest → GPIO18</text>
|
<text x="70" y="144" fill="#d4d8f0" font-size="10">· PiepPattern::TaskCyclic() → PiepMode → toneRequest → GPIO18</text>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user