forked from mirror/qmk_firmware
Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.
Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
* - Core:
|
||||
* - <i>None</i>
|
||||
* - Library Applications:
|
||||
* - <i>None</i>
|
||||
* - Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2
|
||||
*
|
||||
* \section Sec_ChangeLog110528 Version 110528
|
||||
* <b>New:</b>
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
* -# Add class driver support for Test and Measurement class
|
||||
* -# Fix up Audio class support - add support for mixers, etc., add support for GET/SET commands
|
||||
* - Ports
|
||||
* -# Complete AVR32 port for existing devices, add UC3C support
|
||||
* -# Atmel ARM7 series microcontrollers
|
||||
* -# Other (commercial) C compilers
|
||||
*/
|
||||
|
||||
@@ -92,6 +92,8 @@
|
||||
* - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class
|
||||
* - <b>VirtualSerialHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class
|
||||
* - <b>Incomplete</b>
|
||||
* - <b>AudioInputHost</b> - Incomplete Audio Input host demo, using the low level LUFA APIs to implement a USB microphone host
|
||||
* - <b>AudioOutputHost</b> - Incomplete Audio Output host demo, using the low level LUFA APIs to implement a USB speaker host
|
||||
* - <b>BluetoothHost</b> - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class
|
||||
* - <b>DualRole</b>
|
||||
* - <b>ClassDriver</b>
|
||||
|
||||
Reference in New Issue
Block a user