aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
Commit message (Expand)AuthorAgeFilesLines
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-181-1/+0
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-1/+0
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-1/+0
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-0/+1
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-6/+1
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-161-1/+0
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-1/+0
* Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean Camera2010-12-251-1/+4
* Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean Camera2010-12-241-0/+1
* Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean Camera2010-12-121-0/+1
* Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean Camera2010-11-171-1/+0
* Remove already implemented features from the Future Changes manual page.Dean Camera2010-11-031-1/+0
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-201-2/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-0/+1
* Minor documentation enhancements.Dean Camera2010-10-121-0/+2
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-0/+1
* Fix incorrectly named configuration descriptor callback routines in the host ...Dean Camera2010-09-301-1/+0
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-0/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+2
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-1/+1
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-1/+0
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-131-1/+1
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-1/+0
* Add better description of the Ultra-Lightweight Ring Buffer header files.Dean Camera2010-08-291-0/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-1/+1
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-2/+0
* Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean Camera2010-06-171-1/+0
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-5/+4
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-261-0/+1
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-40/+40
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-1/+0
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
* Minor documentation updates.Dean Camera2010-03-011-1/+2
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-18/+1
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-1/+1
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-1/+2
* Update manual pages to reference unfinished AVR32 port, add port status to th...Dean Camera2010-02-221-1/+17
* Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for hig...Dean Camera2010-02-121-1/+0
* Add a TELNET server to the webserver project, which currently can list active...Dean Camera2010-02-031-0/+1
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+0
* Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean Camera2010-01-271-1/+0
* Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean Camera2010-01-271-1/+0
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-0/+3
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-031-0/+1
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ...Dean Camera2009-12-241-1/+0
* Enhance the HotmailNotifier project so that the LEDs' individual brightness c...Dean Camera2009-12-181-0/+1
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+5
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-021-1/+0
* Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean Camera2009-11-271-3/+0