MicroPython brings Python 3.x with async/await to microcontrollers with as little as 256KB flash and 16KB RAM. This article explores its architecture, design tradeoffs, and how to navigate the repo.
MiniDexed runs up to 8 DX7 tone generators on bare-metal Raspberry Pi, eliminating OS latency for near-zero MIDI-to-audio delay. It emulates a Yamaha TX816 in a compact setup.
An educational OS implemented in exactly 1,000 lines of C code, revealing essential kernel design and tradeoffs. A hands-on learning tool for OS fundamentals.