Added board hardware driver support for the UDIP development board.
This commit is contained in:
parent
58167f5d4d
commit
92059fcbf9
11 changed files with 267 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue