aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
Commit message (Expand)AuthorAgeFilesLines
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-2/+0
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-1/+1
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-132-1/+2
* Add missing eol-style properties to new source files.Dean Camera2010-07-121-52/+52
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-0/+1
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-0/+1
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-092-5/+36
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-0/+1
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-062-3/+4
* Improve commenting of the Dataflash stub board driver file, to prevent confus...Dean Camera2010-07-041-7/+15
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-026-51/+86
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-0/+1
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-222-3/+40
* Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean Camera2010-06-172-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-1747-910/+917
* Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean Camera2010-06-163-4/+4
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-1634-678/+131
* Fix HID parser documentation for the default maximum report/path/etc. element...Dean Camera2010-06-151-2/+2
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-1514-119/+113
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-1/+1
* Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean Camera2010-06-122-5/+8
* Update main library makefile with missing source files for the "clean" rule.Dean Camera2010-06-081-0/+2
* Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean Camera2010-06-0810-45/+63
* Add Mecurial repository mirror link to the library documentation.Dean Camera2010-06-081-1/+2
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+1
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-032-2/+4
* More documentation fixes.Dean Camera2010-06-035-17/+17
* Minor documentation cleanups.Dean Camera2010-06-0331-69/+69
* Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean Camera2010-06-021-1/+1
* Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean Camera2010-06-022-16/+5
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-1/+1
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-1/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-313-51/+62
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-302-10/+8
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-304-4/+8
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-2921-163/+163
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-292-1/+2
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-0/+3
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-2/+2
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-261-0/+1
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-264-6/+11
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-1/+2
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-252-2/+3
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-3/+3
* Oops - when adding a sequence header to the SDP response, the size value need...Dean Camera2010-05-211-1/+6
* Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean Camera2010-05-182-1/+44
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-163-17/+17
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-142-18/+19
* Commit for 100513 re-release due to critical device mode bug.Dean Camera2010-05-132-2/+5