Fix invalid Event name rule in demo/project makefiles.
This commit is contained in:
parent
e53c120a22
commit
c3dfc58707
57 changed files with 75 additions and 73 deletions
|
|
@ -30,6 +30,7 @@
|
|||
* - Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe)
|
||||
* to send report to the attached device
|
||||
* - Fixed ClassDriver AudioOutput device demo not selecting an audio output mode
|
||||
* - Fixed incorrect SampleFrequencyType value in the AudioInput and AudioOutput ClassDriver demos' descriptors
|
||||
*
|
||||
* \section Sec_ChangeLog090924 Version 090924
|
||||
*
|
||||
|
|
|
|||
|
|
@ -16,13 +16,14 @@
|
|||
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
|
||||
*
|
||||
* <b>Targeted for Future Releases:</b>
|
||||
* - Add standardized descriptor names to device and host class driver structures
|
||||
* - Add standardized descriptor names to class driver structures
|
||||
* - Remake AVRStudio project files
|
||||
* - Add detailed overviews of how each demo works
|
||||
* - 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 RNDIS Host Class driver
|
||||
* - Fix audio demos on Linux
|
||||
* - Make new demos
|
||||
* -# Multiple-report HID device
|
||||
* -# Mouse/CDC Dual Class Device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue