Minor code cleanups for clarity.
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
* - Added new Joystick Host ClassDriver and LowLevel demos
|
||||
* - Added new Printer Host mode Class driver
|
||||
* - Added new Printer Host mode ClassDriver demo
|
||||
* - Added optional support for double banked endpoints in the Device mode Class drivers
|
||||
* - Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances
|
||||
* - Added optional support for double banked endpoints and pipes in the Device and Host mode Class drivers
|
||||
* - Added new stream creation function to the CDC Class drivers, to easily make standard I/O streams from CDC Class driver instances
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library
|
||||
* - MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs
|
||||
* - Cleanups to the Device mode Mass Storage demo applications' SCSI routines
|
||||
* - Cleanups to the Device mode Mass Storage demo application SCSI routines
|
||||
* - Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer
|
||||
* samples to and from the device (allowing more time for sample processing and output)
|
||||
* - Audio class Device mode demos now work at both 16MHz and 8MHz, rather than just at 8MHz
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* - ATAVRUSBRF01
|
||||
* - XPLAIN (AT90USB1287 only)
|
||||
*
|
||||
* Currently supported third-party boards:
|
||||
* Currently supported third-party board (via hardware drivers):
|
||||
* - BUMBLEB (using officially recommended peripheral layout)
|
||||
* - Any Other Custom User Boards (with Board Drivers, \see Page_WritingBoardDrivers)
|
||||
*/
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
* or post your suggestion as an enhancement request to the project bug tracker.
|
||||
*
|
||||
* <b>Targeted for the Next Release (SVN Development Only):</b>
|
||||
* - Add hub support to match Atmel's stack
|
||||
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
|
||||
*
|
||||
* <b>Targeted for Future Releases:</b>
|
||||
* - Add hub support to match Atmel's stack
|
||||
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
|
||||
* - Add standardized descriptor names to class driver structures
|
||||
* - Remake AVRStudio project files
|
||||
* - Add detailed overviews of how each demo works
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
* - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/
|
||||
* - Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/
|
||||
* - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm
|
||||
* - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/
|
||||
* - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
|
||||
* - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398
|
||||
* - SEGA Megadrive/Super Nintendo Cartridge Reader: http://www.snega2usb.com
|
||||
|
||||
Reference in New Issue
Block a user