├── .gitignore ├── README.md ├── remote_bitbang_serial_debug.py └── teensy-openocd-remote-bitbang.ino /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myelin/teensy-openocd-remote-bitbang/HEAD/README.md -------------------------------------------------------------------------------- /remote_bitbang_serial_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myelin/teensy-openocd-remote-bitbang/HEAD/remote_bitbang_serial_debug.py -------------------------------------------------------------------------------- /teensy-openocd-remote-bitbang.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myelin/teensy-openocd-remote-bitbang/HEAD/teensy-openocd-remote-bitbang.ino --------------------------------------------------------------------------------