Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@jeanthom jeanthom released this 13 Dec 23:06
· 6 commits to master since this release

Another year, another DirtyJTAG release! And this time with our first major upgrade.

Changes:

  • USB protocol upgraded to the more efficient DJTAG2. DJTAG1-compatible software should continue to work with DJTAG2 probes, but the opposite is not necessarily true. We advise you to check against bcdDevice in the USB descriptors, or to query CMD_INFO.
  • Use of hardware SPI instead of bitbanged JTAG whenever possible.
  • USB packet buffering.
  • Bluepill and Olimex STM32H103 pinouts were changed to take advantage of the hardware SPI peripheral.
  • Reworked build system with better support of multiple hardware targets.
  • Open-drain SRST.

Many thanks to @phdussud and @zoobab for their stunning contribution to this release.