From a5f038ce399732bdb14129f180efc48b0d9399a2 Mon Sep 17 00:00:00 2001 From: Flokke Date: Thu, 7 May 2026 12:20:22 +0200 Subject: [PATCH] Update timerIsr description to use task notification instead of semaphore --- architecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture.html b/architecture.html index 0ff652c..a3a868f 100644 --- a/architecture.html +++ b/architecture.html @@ -120,7 +120,7 @@ timerIsr hw_timer 0 · 1 MHz · Alarm 10 000 µs · ++count; if count==10 → tDecis++ (volatile) - · xSemaphoreGiveFromISR(beepSemaphore) + portYIELD_FROM_ISR + · vTaskNotifyGiveFromISR(beepTaskHandle) + portYIELD_FROM_ISR ← gesamte Beep-Logik jetzt in beepTask