You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEMO rig-static root cause: the dedicated prio-6 PlaybackTask on core 1 entered
its loop once and was never scheduled again (instrumented: 'TASK up' printed,
then zero heartbeats and idx frozen at 0 while prio-7 CueTask on the same core
ran fine). Playback now runs INLINE in CueTask (playbackStep): single clock,
fractional accumulator paces the file rate against cueLoopHz, ZOH into the
shared target. Verified on hardware: idx advances, telemetry varies, loop works.
Boot home-hold race: a SOURCE:/PLAY: command arriving during the 3s hold was
clobbered by the boot-source apply; runtime choice now wins.
Bridge: play 'loop' sends firmware grammar PLAY:LOOP=1 + PLAY:START (bare
PLAY:LOOP was 'unknown'); allowlist adds PLAY:STATUS and SOURCE? queries.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments