Changelog for PyOpenocdClient
Unreleased
Drop support for Python 3.9 and older (#46)
Create new exception
OcdEmptyResponseError. (#49)Improve
shutdown()method to better check the OpenOCD’s “shutdown” command result. (#49)Deprecate property
OcdInvalidResponseError.out. (#49)Add new argument
exit_codeto theshutdown()method. (#51)Add
openocd_cmdcommand-line utility that can be used from non-Python programs (shell scripts or similar). (#53)
Release 0.1.2 (Apr 04, 2026)
Release 0.1.1 (Oct 06, 2025)
Release 0.1.0 (Sep 06, 2024)
Initial release.