Skip to content

Commit 2718d07

Browse files
lgirdwoodCopilot
andauthored
Update src/schedule/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 9ccb8ab commit 2718d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schedule/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This directory (`src/schedule`) contains the Sound Open Firmware (SOF) schedulin
66

77
SOF categorizes tasks and assigns them to specialized schedulers:
88

9-
1. **LL (Low Latency) Scheduler**: For tasks that require strict, predictable, and lowest possible latency bounded to hardware events (Timers, DMA interrupts).
9+
1. **LL (Low Latency) Scheduler**: For tasks that require strict, predictable, and lowest possible latency bound to hardware events (Timers, DMA interrupts).
1010
2. **DP (Data Processing) Scheduler**: For compute-intensive components that process large chunks of data and operate on deadlines rather than strict cycles.
1111
3. **TWB (Thread With Budget) Scheduler**: For tasks that are allotted a specific execution "budget" (in CPU cycles) per tick to prevent CPU starvation.
1212

0 commit comments

Comments
 (0)