aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix UC3B architecture compile errors and ensure the architecture can be compi...Dean Camera2011-03-051-0/+2
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-5/+36
* Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean Camera2011-02-281-1/+3
* Fix USB Host mode compile errors for the UC3B architecture.Dean Camera2011-02-271-0/+1
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-271-0/+1
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-0/+12
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-201-5/+6
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-201-0/+11
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-7/+8
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-4/+6
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-201-4/+6
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-54/+76
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+24
* Minor documentation improvements.Dean Camera2011-01-081-10/+10
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fix compile errors from the changes to the SerialStream and board Temperature...Dean Camera2010-12-261-2/+2
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-4/+8
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-2/+12
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-2/+2
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* 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