SkillAgentSearch skills...

Zilch

Lean Scheduler Library for Teensy 3.x

Install / Use

/learn @duff2013/Zilch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Zlich_Beta v3.5

Lean and mean scheduler library for the Teensy 3.2 currently. Zilch sits in between the single task big loop program and a RTOS. Based on fibers, it performs a context switch every time the 'yield' function is called. Since a lot of Teensyduino's core has 'yield' placed throughout it this library works quite well. Some things that make it useful is that each task only runs at the lowest priority possible on cortex processor in round robin fashion. This makes it good for Audio projects since no task will preempt and block any Audio library processing interrupts.

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated4mo ago
Forks2

Languages

C++

Security Score

87/100

Audited on Nov 6, 2025

No findings