Added board hardware driver support for the UDIP development board.

This commit is contained in:
Dean Camera 2010-09-14 10:31:27 +00:00
parent 58167f5d4d
commit 92059fcbf9
11 changed files with 267 additions and 9 deletions

View file

@ -20,6 +20,7 @@
* Print Host Class driver
* - Added class specific descriptor type defines with standard USB-IF element naming
* - Added new project makefile template to the library and moved board driver stub files into in a new "CodeTemplates" directory
* - Added board hardware driver support for the UDIP development board
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions

View file

@ -38,6 +38,7 @@
* - USBTINY-MKII (all revisions and versions)
* - Olimex AVR-USB-162
* - USBFOO
* - UDIP
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/

View file

@ -31,7 +31,6 @@
* -# Finish BluetoothHost demo
* -# Finish SideShow demo
* -# Finish StandaloneProgrammer project
* -# Correct mishandling of error cases in Mass Storage demos
* - Ports
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers