aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from upstreamDrashna Jael're2019-09-061-4/+4
|\
| * Documentation: Fix Doxygen grouping.Dean Camera2019-09-041-4/+4
* | Merge remote-tracking branch 'abcminiuser/master'Drashna Jaelre2019-07-037-14/+15
|\|
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-087-14/+14
| * Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not c...Dean Camera2018-02-181-0/+1
| * Update copyrights for 2018.Dean Camera2018-01-047-14/+14
* | adds QMK board with definable LEDs and matrix scanJack Humbert2017-07-051-0/+3
|/
* Update copyrights for 2017.Dean Camera2017-04-187-14/+14
* Add missing BOARD_POLOLUMICRO definition.Dean Camera2016-04-031-1/+4
* Update copyrights to 2016.Dean Camera2016-01-317-14/+14
* Add ATTR_ALWAYS_INLINE to Endianess helper functions to optimize generated codeStefan Hellermann2015-09-301-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-177-14/+14
* Add board drivers for the Atmel Xplained-MINI kits.Dean Camera2014-11-201-0/+3
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-142-53/+53
* Add support for the Arduino Micro board, fix other Arduino board LED drivers.Dean Camera2014-09-111-1/+4
* Add board support for the Arduino YUN ATMEGA32U4 coprocessor.Dean Camera2014-09-111-0/+3
* Merge pull request #19 from mondalaci/attr-no-inline-cleanupDean Camera2014-01-041-5/+0
|\
| * Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same...László Monda2014-01-051-5/+0
* | Update copyrights for 2014.Dean Camera2014-01-047-14/+14
|/
* Add missing U2S board definition, update build tests and documentation.Dean Camera2013-06-221-0/+3
* Minor documentation improvements.Dean Camera2013-06-032-2/+2
* Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-201-6/+9
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-061-3/+23
* Add ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions t...Dean Camera2013-03-311-0/+5
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Fix invalid definition of STDOUT_ASSERT().Dean Camera2013-03-131-3/+3
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wess...Dean Camera2013-01-191-0/+3
* Update copyright year to 2013.Dean Camera2013-01-037-14/+14
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-2/+2
* Minor typo corrections.Dean Camera2013-01-021-2/+2
* Minor documentation improvements.Dean Camera2012-10-057-7/+7
* Added support for the Xevelabs USB2AX revision 3.1 board.Dean Camera2012-09-151-0/+3
* Add support for the Atmel UC3-A3 Xplained board.Dean Camera2012-09-081-0/+3
* Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED mask...Dean Camera2012-08-121-1/+3
* Minor documentation improvements.Dean Camera2012-08-111-0/+4
* 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