Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile.
This commit is contained in:
parent
c7bc3ec391
commit
be9d0a5aa9
5 changed files with 69 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
* - Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when
|
||||
* Report protocol is not needed
|
||||
* - Added new MIDI LowLevel and ClassDriver Host demo, add new MIDI Host Class driver
|
||||
* - Added stdio.h stream examples for the virtual CDC UART in the CDC host demos
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* - Master LUFA include file rather than per-module includes
|
||||
* - Change makefiles to allow for absolute LUFA location to be used
|
||||
* - Abstract out the physical media from the Mass Storage device demos
|
||||
* - Add MIDI Host Class driver
|
||||
* - Add RNDIS Host Class driver
|
||||
* - Make new demos
|
||||
* -# Multiple-report HID device
|
||||
* -# Mouse/CDC Dual Class Device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue