aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-15Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean
2010-07-15Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-07-13Added const attributes to some of the class driver function parameters that w...Dean
2010-07-13Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean
2010-07-13Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean
2010-07-13Add AVRStudio 4 project files for the library bootloaders.Dean
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
2010-07-12Add missing eol-style properties to new source files.Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-07-11Major changes to the XPLAINBridge software UART code for performance and reli...Dean
2010-07-09Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean
2010-07-08Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean
2010-07-06Make main readme file easier to read, and make documentation build instructio...Dean
2010-07-04Improve commenting of the Dataflash stub board driver file, to prevent confus...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-23Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean
2010-06-22Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean
2010-06-17Fixed broken PDI EEPROM Section Erase functionality in the AVRISP-MKII project.Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-15Fix HID parser documentation for the default maximum report/path/etc. element...Dean
2010-06-15Change over Doxygen \note documentation to \pre where applicable.Dean
2010-06-12Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean
2010-06-12Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...Dean
2010-06-08Update main library makefile with missing source files for the "clean" rule.Dean
2010-06-08Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...Dean
2010-06-08Add Mecurial repository mirror link to the library documentation.Dean
2010-06-07Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean
2010-06-03Fixed incorrect function references in the Mass Storage Class driver document...Dean
2010-06-03More documentation fixes.Dean
2010-06-03Minor documentation cleanups.Dean
2010-06-02Oops - descriptor pointer should be assigned, not incremented with the new ty...Dean
2010-06-02Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...Dean
2010-06-02Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean
2010-06-02The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean
2010-05-31Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean
2010-05-30Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean
2010-05-30Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-29Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean
2010-05-27Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-26Removed unused line encoding data and control requests from the CDC Bootloade...Dean
2010-05-26The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean
2010-05-26The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean
2010-05-25Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean