aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Olimex AVR-ISP-MK2 board.Dean Camera2012-07-261-0/+3
* Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...Dean Camera2012-06-121-1/+2
* Spell check source code, fix mistakes.Dean Camera2012-06-092-2/+2
* Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean Camera2012-06-091-1/+19
* Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro...Dean Camera2012-05-291-17/+17
* Make sure that LUFAConfig.h is included *after* the common submodules, so tha...Dean Camera2012-05-291-4/+4
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-061-0/+7
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-251-0/+3
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-22/+33
* Minor documentation improvements.Dean Camera2012-04-081-1/+1
* Fix up Doxygen documentation directives to allow for generation of documentat...Dean Camera2012-04-071-0/+7
* Add XMEGA C3 family to the ModuleTest build test.Dean Camera2012-03-171-2/+0
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-4/+4
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-221-6/+12
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-1/+3
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-061-0/+3
* Add support for the Micropendous (Arduino-like) series of boards (revisions 1...Dean Camera2012-02-051-0/+6
* Update file contributor copyrights for 2012.Dean Camera2012-02-047-7/+7
* Update file header copyrights for 2012.Dean Camera2012-02-047-7/+7
* Fix errors in the new Micropendous board drivers. Reorder the board definitio...Dean Camera2012-02-031-20/+20
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-031-37/+58
* Minor documentation fixes.Dean Camera2012-02-032-4/+3
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-237-33/+34
* Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...Dean Camera2011-12-201-2/+2
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-0/+6
* Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean Camera2011-11-241-7/+7
* Oops: Typo on the new TEENSY2 board support.Dean Camera2011-11-231-1/+1
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-231-1/+4
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-091-148/+148
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean Camera2011-11-011-3/+3
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-0/+3
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-223-1/+9
* Fix missing C++ linkage command in ArchitectureSpecific.h.Dean Camera2011-09-211-0/+5
* Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean Camera2011-09-021-2/+2
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-16/+16
* Minor documentation fixes.Dean Camera2011-08-231-2/+2
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-221-3/+3
* Pull out architecture specific macros and other definitions into a new common...Dean Camera2011-08-163-73/+148
* Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im...Dean Camera2011-08-162-5/+11
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-153-658/+658
* Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.Dean Camera2011-07-141-0/+20
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-132-2/+38
* Add missing doxygen group terminator to the new CompilerSpecific.h header file.Dean Camera2011-07-071-0/+2
* Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean Camera2011-07-063-30/+102
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-271-0/+3
* Add board driver support for the EVK1100 board.Dean Camera2011-06-271-0/+3
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-202-0/+20
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-1/+4
* Spell check library source code files.Dean Camera2011-06-012-5/+5
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-091-0/+4