Added board hardware driver support for the Microsin AVR-USB162 development board.
This commit is contained in:
parent
55da77d85f
commit
b87d0b45a2
8 changed files with 244 additions and 9 deletions
|
@ -19,16 +19,17 @@
|
|||
* Print Host Class driver
|
||||
* - Added class specific descriptor alternative struct 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 Olimex AVR-USB-162 development board (thanks to Steve Fawcett)
|
||||
* - Added board hardware driver support for the Adafruit U4 breakout board
|
||||
* - Added board hardware driver support for the Arduino Uno development board
|
||||
* - Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team)
|
||||
* - Added board hardware driver support for the Busware BUI 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 Kernel Concepts USBFOO development board
|
||||
* - 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 (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 Olimex AVR-USB-162 development board (thanks to Steve Fawcett)
|
||||
* - Added board hardware driver support for the Maximus board (thanks to the PSGroove team)
|
||||
* - Added board hardware driver support for the Microsin AVR-USB162 breakout board
|
||||
* - Added board hardware driver support for the Minimus board (thanks to the PSGroove team)
|
||||
* - Added board hardware driver support for the Adafruit U4 breakout board
|
||||
* - Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management
|
||||
* tasks for each driver is called
|
||||
* - Added standard keyboard HID report scancode defines (thanks to Laszlo Monda)
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
* The following is a list of known AVR USB development boards, which recommend using LUFA for the USB stack. Some of these
|
||||
* are open design, and all are available for purchase as completed development boards suitable for project development.
|
||||
*
|
||||
* - AT90USB162 Breadboard PCB (Russian): http://microsin.ru/content/view/685/44/
|
||||
* - AVR-USB-162, a USBKEY-like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html
|
||||
* - Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito
|
||||
* - JM-DB-U2, an ATMEGA32U2 development board: http://u2.mattair.net/index.html
|
||||
* - Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/
|
||||
* - Microsin AVR-USB162 breakout board, a DIY AT90USB162 development board: http://microsin.ru/content/view/685/44/
|
||||
* - Minimus USB, a board specially designed for PSGroove: http://www.minimususb.com/
|
||||
* - Nanduino, a do-it-yourself AT90USB162 board: http://www.makestuff.eu/wordpress/?page_id=569
|
||||
* - Teensy and Teensy++, two other AVR USB development boards: http://www.pjrc.com/teensy/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue