forked from mirror/qmk_firmware
Added board hardware driver support for the UDIP development board.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user