aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-5/+34
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-3/+38
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-12/+12
* 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
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-5/+5
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-1/+1
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-1/+1
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-185/+185
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-8/+8
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-151-2/+2
* Add file-level brief documentation.Dean Camera2010-03-291-0/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-25/+2
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-2/+2
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-1/+1
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-221-0/+6
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-221-2/+19
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-1/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-1/+1
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-2/+40
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-9/+9
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-21/+0
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+171