Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.

This commit is contained in:
Dean Camera 2009-03-20 05:39:15 +00:00
parent ee7bd5685e
commit ecf7538430
29 changed files with 200 additions and 5930 deletions

View file

@ -38,7 +38,8 @@
* interfacing with a FAT library for dataflash file level access
* - Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience
* - Fixed typos in the SPI driver SPI_SPEED_FCPU_DIV_64 and SPI_SPEED_FCPU_DIV_128 masks (thanks to Markus Zocholl)
* - Keyboard and Mouse demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
* - Keyboard and Mouse device demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
* - Keyboard and Mouse host demos (normal and data interrupt driven) combined into unified keyboard and mouse demos
* - Removed AVRISP_Programmer project due to code quality concerns
*
* \section Sec_ChangeLog090209 Version 090209