Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
This commit is contained in:
parent
1007317c5f
commit
395e4287a1
11 changed files with 575 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
|||
* - Core:
|
||||
* - Added support for the BitWizard Multio and Big-Multio boards
|
||||
* - Added support for the DorkbotPDX Duce board
|
||||
* - Added support for the Olimex AVR-USB-32U4 board
|
||||
* - Added support for the Olimex AVR-USB-T32U4 board
|
||||
* - Added new Endpoint_ConfigureEndpointTable() function
|
||||
* - Added new Pipe_ConfigurePipeTable() function
|
||||
* - Library Applications:
|
||||
|
|
|
@ -116,6 +116,8 @@
|
|||
* - Microsin AVR-USB162
|
||||
* - Minimus USB
|
||||
* - Olimex AVR-USB-162
|
||||
* - Olimex AVR-USB-32U4
|
||||
* - Olimex AVR-USB-T32U4
|
||||
* - Paranoid Studio's US2AX (V1, V2 and V3 hardware revisions)
|
||||
* - PJRC Teensy (1.x and 2.x versions)
|
||||
* - Sparkfun U2 Breakout Board
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
*
|
||||
* \li AVR-USB-162, a USBKEY-like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html
|
||||
* \li Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito
|
||||
* \li Duce, the sucessor to the Benito #7: http://dorkbotpdx.org/wiki/duce
|
||||
* \li JM-DB-U2, an ATMEGA32U2 development board: http://u2.mattair.net/index.html
|
||||
* \li Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/
|
||||
* \li Microsin AVR-USB162 breakout board, a DIY AT90USB162 development board: http://microsin.ru/content/view/685/44/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue