Added board hardware driver support for the Busware CUL V3 board.

Added SVN eol-style property to the library driver files that are missing it.
This commit is contained in:
Dean Camera 2010-10-06 12:40:20 +00:00
parent accadba2dd
commit ccc82ce745
15 changed files with 1194 additions and 960 deletions

View file

@ -23,6 +23,7 @@
* - Added board hardware driver support for the Linnix UDIP development board
* - Added board hardware driver support for the Busware BUI development board
* - Added board hardware driver support for the Arduino Uno development board
* - Added board hardware driver support for the Busware CUL V3 868MHZ radio board
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions

View file

@ -40,6 +40,7 @@
* - Kernel Concepts USBFOO
* - Linnix UDIP
* - Busware BUI
* - Busware CUL V3
* - Arduino Uno
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/