Skip to content

Codegen project scaffolding & debugger setup

Choose a tag to compare

@ssweber ssweber released this 02 Apr 17:58
· 25 commits to main since this release
b94caac

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.py for 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.