aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
Commit message (Expand)AuthorAgeFilesLines
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-7/+9
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+2
* 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-172-16/+16
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* 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-083-443/+443
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-8/+8
* Minor documentation improvements.Dean Camera2010-04-151-3/+7
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-152-8/+17
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-301-1/+1
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+1
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-0/+3
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-301-1/+4
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-1/+4
* Add file-level brief documentation.Dean Camera2010-03-293-0/+3
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-0/+3
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-127/+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-223-2/+121
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-0/+12
* 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-303-6/+6
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-283-21/+21
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-041-4/+7
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-031-2/+5
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+1
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
* Added support for the Atmel XPLAIN board.Dean Camera2009-10-021-0/+3
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-50/+54
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-0/+3
* Cleanup and optimization of the internal serial retrieval routines.Dean Camera2009-08-031-1/+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-164-79/+61
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-012-14/+14
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-21/+0
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-234-0/+430