A power-loss-aware step sequencer for embedded firmware — checkpoint every step, resume safely after reboot.
Multi-step procedures in firmware — calibration runs, update sequences, controlled startups — must not fall apart when power drops mid-step. loxseq checkpoints step progress and applies a recovery/resume policy per step after reboot.
Step progress is checkpointed as the sequence runs.
After a reboot, the sequencer knows exactly where it was.
Each step declares its own recovery/resume policy.
Designed from the start for firmware that can lose power at any moment.
Like the rest of the LOX family: predictable behavior, small integration surface, clear failure modes — and no claims without evidence.