Add support for the Micropendous series of USB AVR8 boards.
This commit is contained in:
parent
8d2cb61a5b
commit
10a56f6105
7 changed files with 365 additions and 38 deletions
|
@ -17,6 +17,7 @@
|
|||
* - Added new USB_Host_GetDescriptor(), USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
|
||||
* - Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver
|
||||
* - Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers
|
||||
* - Added support for the Micropendous family of boards
|
||||
* - Library Applications:
|
||||
* - Added User Application APIs to the CDC and DFU class bootloaders
|
||||
* - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs)
|
||||
|
|
|
@ -104,11 +104,13 @@
|
|||
* - Arduino Uno
|
||||
* - Busware BUI
|
||||
* - Busware CUL V3
|
||||
* - Fletchtronics Bumble-B (using officially recommended peripheral layout)
|
||||
* - Busware TUL
|
||||
* - Fletchtronics Bumble-B (using manufacturer recommended peripheral layout)
|
||||
* - Kernel Concepts USBFOO
|
||||
* - Linnix UDIP
|
||||
* - MattairTech JM-DB-U2
|
||||
* - Maximus USB
|
||||
* - Micropendous Boards (many versions)
|
||||
* - Microsin AVR-USB162
|
||||
* - Minimus USB
|
||||
* - Olimex AVR-USB-162
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue