Commit 9c2e847
authored
Unified Timing Primitives & Same-Tick Repeat
- `vTaskYieldNextTick()` now forwards to `vTaskDelayUntil(0)` — removing redundant logic and ensuring unified behavior.
- `vTaskRepeatThisTick()` now builds on the same delay primitive for consistency and clarity.
- Support for *same-tick task repeats* (via `vTaskRepeatThisTick()`), enabling staged cooperative operations.1 parent 9873a08 commit 9c2e847
1 file changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 197 | | |
207 | 198 | | |
208 | 199 | | |
| |||
233 | 224 | | |
234 | 225 | | |
235 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
236 | 243 | | |
237 | 244 | | |
238 | 245 | | |
| |||
331 | 338 | | |
332 | 339 | | |
333 | 340 | | |
334 | | - | |
| 341 | + | |
| 342 | + | |
0 commit comments