aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/Common.h
AgeCommit message (Expand)Author
2011-07-14Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-06Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-01Spell check library source code files.Dean
2011-05-09Add new USE_LUFA_CONFIG_HEADER compile time option.Dean
2011-05-08Minor documentation fixes.Dean
2011-04-25Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean
2011-04-13Fix definition of pgm_read_ptr().Dean
2011-04-12Add missing function attributes to the pipe/endpoint functions for all archit...Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-04-08Create a new Common module documentation group for the new Global Interrupt m...Dean
2011-04-08Move global interrupt enable/disable functions out to Common.h and document t...Dean
2011-04-08Correct UC3 global interrupt functions.Dean
2011-04-08Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean
2011-03-21Add in new architecture attribute defines to selectively remove the EEPROM an...Dean
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-03-13Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean
2011-03-13Oops - rename misnamed Endianess.h header file.Dean
2011-03-13Move out endianness management macros into a new common Endianness.h header.Dean
2011-03-05Fix UC3B architecture compile errors and ensure the architecture can be compi...Dean
2011-03-05Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean
2011-02-28Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean
2011-02-27Fix USB Host mode compile errors for the UC3B architecture.Dean
2011-02-27Move out common architecture-independent core definitions into the appropriat...Dean
2011-02-27More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean
2011-02-20Update board driver common APIs to use uint_reg_t.Dean
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Fix compile errors from the changes to the SerialStream and board Temperature...Dean
2010-12-26Added basic driver example use code to the library documentation.Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-22Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean
2010-07-30Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-07-09Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean
2010-06-22Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean