forked from mfulz_github/qmk_firmware
Commit for the 091122 release.
This commit is contained in:
parent
6c38ca2890
commit
bcf07edeb2
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/** \page Page_ChangeLog Project Changelog
|
/** \page Page_ChangeLog Project Changelog
|
||||||
*
|
*
|
||||||
* \section Sec_ChangeLogXXXXXX Version XXXXXX
|
* \section Sec_ChangeLog091122 Version 091122
|
||||||
*
|
*
|
||||||
* <b>New:</b>
|
* <b>New:</b>
|
||||||
* - Added new Dual Role Keyboard/Mouse demo
|
* - Added new Dual Role Keyboard/Mouse demo
|
||||||
|
|
|
@ -14,23 +14,25 @@
|
||||||
* <b>Targeted for the Next Release (SVN Development Only):</b>
|
* <b>Targeted for the Next Release (SVN Development Only):</b>
|
||||||
*
|
*
|
||||||
* <b>Targeted for Future Releases:</b>
|
* <b>Targeted for Future Releases:</b>
|
||||||
* - Add hub support to match Atmel's stack
|
* - Code Features
|
||||||
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
|
* -# Add hub support when in Host mode for multiple devices
|
||||||
* - Add standardized descriptor names to class driver structures
|
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
|
||||||
* - Remake AVRStudio project files
|
* -# Add standardized descriptor names to class driver structures
|
||||||
* - Add detailed overviews of how each demo works
|
* -# Add RNDIS Host Class driver
|
||||||
* - Master LUFA include file rather than per-module includes
|
* -# Correct mishandling of error cases in Mass Storage demos
|
||||||
* - Change makefiles to allow for absolute LUFA location to be used
|
* - Documentation/Support
|
||||||
* - Add board overviews
|
* -# Remake AVRStudio project files
|
||||||
* - Correct mishandling of error cases in Mass Storage demo
|
* -# Add detailed overviews of how each demo works
|
||||||
* - Add RNDIS Host Class driver
|
* -# Master LUFA include file rather than per-module includes
|
||||||
* - Make new demos
|
* -# Change makefiles to allow for absolute LUFA location to be used
|
||||||
|
* -# Add board overviews
|
||||||
|
* -# Write LUFA tutorials
|
||||||
|
* - Demos/Projects
|
||||||
* -# Keyboard/Mouse Dual Class Host
|
* -# Keyboard/Mouse Dual Class Host
|
||||||
* -# Multiple-Report HID device
|
* -# Multiple-Report HID device
|
||||||
* -# Device/Host bridge
|
* -# Device/Host bridge
|
||||||
* - Port LUFA codebase
|
* - Ports
|
||||||
* -# AVR32 UC3B series microcontrollers
|
* -# AVR32 UC3B series microcontrollers
|
||||||
* -# Atmel ARM7 series microcontrollers
|
* -# Atmel ARM7 series microcontrollers
|
||||||
* -# Other (commercial) C compilers
|
* -# Other (commercial) C compilers
|
||||||
* - Write LUFA tutorials
|
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
* to the next version released. It does not indicate all new additions to the library in each version change, only
|
* to the next version released. It does not indicate all new additions to the library in each version change, only
|
||||||
* areas relevant to making older projects compatible with the API changes of each new release.
|
* areas relevant to making older projects compatible with the API changes of each new release.
|
||||||
*
|
*
|
||||||
* \section Sec_MigrationXXXXXX Migrating from 090924 to XXXXXX
|
* \section Sec_Migration091122 Migrating from 090924 to 091122
|
||||||
*
|
*
|
||||||
* <b>Host Mode</b>
|
* <b>Host Mode</b>
|
||||||
* - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow
|
* - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow
|
||||||
|
@ -18,8 +18,6 @@
|
||||||
* user application, instead of just its attributes.
|
* user application, instead of just its attributes.
|
||||||
* - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor().
|
* - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor().
|
||||||
*
|
*
|
||||||
<b>No Migration information for this release - all library elements are backwards-compatible with 090924.</b>
|
|
||||||
*
|
|
||||||
* \section Sec_Migration090924 Migrating from 090810 to 090924
|
* \section Sec_Migration090924 Migrating from 090810 to 090924
|
||||||
*
|
*
|
||||||
* <b>Non-USB Library Components</b>
|
* <b>Non-USB Library Components</b>
|
||||||
|
|
Loading…
Reference in New Issue