aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common
AgeCommit message (Expand)Author
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-20Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Ge...Dean
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
2011-11-24Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean
2011-11-23Oops: Typo on the new TEENSY2 board support.Dean
2011-11-23Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-02Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean
2011-08-23Minor documentation fixes.Dean
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
2011-08-16Pull out architecture specific macros and other definitions into a new common...Dean
2011-08-16Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im...Dean
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
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-07Add missing doxygen group terminator to the new CompilerSpecific.h header file.Dean
2011-07-06Split out compiler specific helper macros into a new CompilerSpecific.h heade...Dean
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
2011-06-27Add board driver support for the EVK1100 board.Dean
2011-06-20Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean
2011-06-04Added board driver support for the Busware TUL board.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-04-04Conditionally add available address spaces to the address space enum, for mul...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