208da94406fa9fe8f20df69cc6215eee09dc959d
[pub/USBasp.git] / Changelog.txt
1 usbasp.2009-02-28 (v1.3)
2 ------------------------
3 - added support for software control of ISP speed (based on patch by Jurgis Brigmanis)
4 - included new AVRUSB driver version (Release 2008-11-26)
5 - added libusb 0.1.12.1 windows drivers (needed for WinAVR version 20080512 or greater)
6
7 usbasp.2007-10-23 (v1.2)
8 ------------------------
9 - red LED turns on before connecting to target device: this signal can be used to control external tri-state buffers (by Pawel Szramowski)
10
11 usbasp.2007-07-23
12 -----------------
13 - changed licence to GNU GPL v2
14 - included new AVRUSB driver version (Release 2007-07-07); AVRUSB licence was changed to GNU GPL v2
15 - fixed long addressing for Mega128 (by BoskiDialer)
16
17 usbasp.2006-12-29
18 -----------------
19 - fixed returnvalue in usbWriteFunction (by Jeroen Koeter)
20 - changed clock.h: adaptation for newer MCUs like ATMega48 (by Hanns-Konrad Unger)
21 - improved Makefile to select target (by Hanns-Konrad Unger)
22 - circuit diagram: added zener diodes to USB data lines
23
24 usbasp.2006-09-16
25 -----------------
26 - add usb reset on startup
27 - included new AVRUSB driver version (Release 2006-07-18)
28 - changed VID and PID to OBDEV's shared IDs to meet new licence conditions
29 - removed avrdude patch from this package. USBasp is supported in latest avrdude CVS version
30
31 usbasp.2005-11-14
32 -----------------
33 - fixed blocksize restriction (programming the Mega128 now works)
34 by Thomas Pfeifer (TP)
35 - update patch for avrdude-5.0
36
37 usbasp.2005-07-03
38 -----------------
39 - set USB_CFG_SAMPLE_EXACT in usbconfig.h to reduce problems with long cables
40 - corrected vendor string
41 - added notes on setting fuse bits
42
43 usbasp.2005-04-21
44 -----------------
45 - first public version