3 Commits

Author SHA1 Message Date
fe1ffbe95b Bump version to 2026.02.15 for PyPI release 2026-02-15 16:40:27 -07:00
31513b537a Prepare for PyPI publish: add LICENSE, update version and URLs
- Add MIT LICENSE file
- Update version to 2026.02.12 (date-based versioning)
- Point project URLs to git.supported.systems
2026-02-12 20:18:57 -07:00
7e1eac5e2d Add openocd-python: typed async-first Python bindings for OpenOCD
Standalone PyPI package providing structured access to the full OpenOCD
command surface via the TCL RPC protocol (port 6666). Async-first API
with sync wrappers for every method.

Subsystems: target control, memory read/write, CPU registers, flash
programming, JTAG chain/scan/boundary, breakpoints/watchpoints, SVD
peripheral decoding, RTT channels, transport/adapter config.

79 tests passing against a mock TCL RPC server.
2026-02-12 17:55:58 -07:00