This is the README+FIX file for AVR-Doper :)


========
Features
========

* Added support for AVR910 by PROTTOSS
  (http://www.prottoss.com/projects/AVR910.usb.prog/avr910_usb_programmer.htm).
* Fixed bug in CDC implementation (timeouts because of USB packet loss).


=============
Changed files
=============

firmware/checksize   - 'awk' changed to 'gawk' (I can't find awk for MinGW).
firmware/hardware.h  - added 'AVR910_HARDWARE' macro and pins definition for
                       AVR910.
firmware/isp.c       - added detection of HWPIN_JUMPER for AVR910 and some code
                       for 2nd LED (in write functions).
firmware/main.c      - improvement in usbFunctionWrite (fixed CDC bug), added
                       some init code for AVR910.
firmware/Makefile    - added target 'AVR910'.
firmware/usbconfig.h - fixed bug with USB_INITIAL_DATATOKEN macro.


==========================
Some tech notes for AVR910
==========================

* AVR910 by PROTTOSS is very similar to USBASP, and it's also uses
METABOARD_HARDWARE=1 in code.
* Green LED on when programmer attached to device (output pins set as output).
* Red LED flashes when something writes to device.
* Jumper selects low sck.



(c) 2006 - 2008 by OBJECTIVE DEVELOPMENT Software GmbH.
http://www.obdev.at/
Bugfixed & AVR910 support added by psb/hlw, 2010.
