3b641d2982adf219f5ab3fc547a3b66a9d11c9a7
[pub/USBasp.git] / firmware / usbdrv / Changelog.txt
1 This file documents changes in the software, firmware and hardware of the
2 "Remote Sensor" device. New entries are always appended to the end of the file.
3 Scroll down to the bottom to see the most recent changes.
4
5 2005-04-01:
6 - Implemented endpoint 1 as interrupt-in endpoint.
7 - Moved all configuration options to usbconfig.h which is not part of the
8 driver.
9 - Changed interface for usbVendorSetup().
10 - Fixed compatibility with ATMega8 device.
11 - Various minor optimizations.
12
13 2005-04-11:
14 - Changed interface to application: Use usbFunctionSetup(), usbFunctionRead()
15 and usbFunctionWrite() now. Added configuration options to choose which
16 of these functions to compile in.
17 - Assembler module delivers receive data non-inverted now.
18 - Made register and bit names compatible with more AVR devices.