1
0

Added board hardware driver support for the Maximus board (thanks to the PSGroove team).

This commit is contained in:
Dean Camera
2010-10-17 23:06:50 +00:00
parent cb298295fb
commit b4a02fa29d
5 changed files with 9 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
* - Added board hardware driver support for the Arduino Uno development board
* - Added board hardware driver support for the Busware CUL V3 868MHZ radio board (thanks to Dirk Tostmann)
* - Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team)
* - Added board hardware driver support for the Maximus board (thanks to the PSGroove team)
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions

View File

@@ -42,7 +42,8 @@
* - Busware BUI
* - Busware CUL V3
* - Arduino Uno
* - Blackcat USB JTAG
* - TCNISO Blackcat USB JTAG
* - Maximus USB
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/