Codegen project scaffolding & debugger setup
Generated projects now include pyproject.toml, VS Code launch config, and setup README so uv sync + F5 just works.
Assets
- pyrung_rt.mpy — Pre-compiled CircuitPython runtime for P1AM-200. Drop into
CIRCUITPY/lib/instead of
pyrung_rt.pyfor faster boot and lower memory use. Compiled with mpy-cross 8.2.3. - pyrung-debug-0.1.0.vsix — VS Code extension for debugging pyrung programs. Install with
code --install-extension pyrung-debug-0.1.0.vsix.