aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* 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-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-13/+5
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-061-3/+23
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* 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-051-1/+1
* Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...Dean Camera2012-06-121-1/+2
* Make sure that LUFAConfig.h is included *after* the common submodules, so tha...Dean Camera2012-05-291-4/+4
* 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
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-1/+3
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor documentation fixes.Dean Camera2012-02-031-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-17/+17
* Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...Dean Camera2011-12-201-2/+2
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-0/+2
* Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean Camera2011-09-021-2/+2
* Minor documentation fixes.Dean Camera2011-08-231-2/+2
* Pull out architecture specific macros and other definitions into a new common...Dean Camera2011-08-161-69/+1
* 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-131-1/+34
* Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean Camera2011-07-061-25/+1
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-201-0/+10
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-091-0/+4
* Minor documentation fixes.Dean Camera2011-05-081-1/+4
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-251-1/+1
* Fix definition of pgm_read_ptr().Dean Camera2011-04-131-1/+1
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-1/+11
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-18/+28
* Create a new Common module documentation group for the new Global Interrupt m...Dean Camera2011-04-081-2/+20
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-1/+90
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-4/+14
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-5/+17
* Add in new architecture attribute defines to selectively remove the EEPROM an...Dean Camera2011-03-211-2/+6
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-151-3/+1
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-1/+1
* Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean Camera2011-03-131-0/+6
* Oops - rename misnamed Endianess.h header file.Dean Camera2011-03-131-4/+0
* Move out endianness management macros into a new common Endianness.h header.Dean Camera2011-03-131-151/+12