Skip to content

Releases: microtherion/ScratchMonkey

ScratchMonkey 2.0.1

28 Feb 00:33
Compare
Choose a tag to compare
  • Adopt a more consistent style for license information, to only include and link it once.
  • Remove all the (incorrect) inline pinout documentation spread throughout the code.

ScratchMonkey 2.0

22 Feb 04:50
Compare
Choose a tag to compare
  • Thanks to the experimentation of João Paulo Barraca [email protected], HVPP on standard Arduinos now reuses a serial port pin, so we no longer need an external shift register.
  • Building on Leong Yu Siang's architectural idea, the code is now reorganized to separate the protocols from their concrete realization on the various boards used as programmers.
  • Added support for programming the ATtiny4/5/9/10 family through the Tiny Programming Interface (TPI).
  • Added support for status LEDs.
  • Extended the STK500v2 protocol. avrdude will still be able to interface with ScratchMonkey through the regular stk500v2 protocol, but if it's patched to handle the extended protocol, ScratchMonkey will support status LEDs and TPI.
  • Changed several of the pinouts. Please check the appropriate connection diagrams for details.