Added board driver support for the Sparkfun ATMEGA8U2 breakout board.

This commit is contained in:
Dean Camera
2011-02-16 21:00:46 +00:00
parent 31ed53af55
commit 4344b0621d
5 changed files with 136 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@
* for easy automatic creation of basic USB HID device reports
* - Added new MAX() and MIN() convenience macros
* - Added new Serial_SendData() function to the Serial driver
* - Added board driver support for the Sparkfun ATMEGA8U2 breakout board
* - Library Applications:
* - Added ability to write protect Mass Storage disk write operations from the host OS
* - Added new MIDIToneGenerator project