Commit Graph

140 Commits (60d724e398db8236ca243f59936a8b298c070a3c)

Author SHA1 Message Date
Dean Camera ae91ccc048 Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
13 years ago
Dean Camera 01d5af3d6c Add XMEGA C3 family to the ModuleTest build test.
13 years ago
Dean Camera e406140f11 Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
13 years ago
Dean Camera 5561524a8f Added support for the BitWizard Multio and Big-Multio boards.
13 years ago
Dean Camera 1132488e8f Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.
13 years ago
Dean Camera 4d131de85b Add board driver support for the Atmel XMEGA-B1 Xplained board.
13 years ago
Dean Camera da676f0f70 Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
13 years ago
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
13 years ago
Dean Camera 2c806f6cee Update file header copyrights for 2012.
13 years ago
Dean Camera 3dacb73af3 Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
13 years ago
Dean Camera 10a56f6105 Add support for the Micropendous series of USB AVR8 boards.
13 years ago
Dean Camera 8d2cb61a5b Minor documentation fixes.
13 years ago
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
13 years ago
Dean Camera 77f354609f Fixed compiler warning on GCC with -wundef compile flag is used (thanks to Georg Glock).
13 years ago
Dean Camera 70f3d8e933 Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
13 years ago
Dean Camera e915d968a5 Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions.
13 years ago
Dean Camera 4f223302b1 Oops: Typo on the new TEENSY2 board support.
13 years ago
Dean Camera a81ccd83fd Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
13 years ago
Dean Camera e30be658c9 Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
13 years ago
Dean Camera 0ad6f1fb53 Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).
13 years ago
Dean Camera 00ad509061 Add support for the Atmel XMEGA A3BU Xplained board.
13 years ago
Dean Camera 77dbfd3cc4 Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
13 years ago
Dean Camera 022fa26b43 Fix missing C++ linkage command in ArchitectureSpecific.h.
13 years ago
Dean Camera 413438eb23 Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
13 years ago
Dean Camera a233109909 Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.
13 years ago
Dean Camera cff190b8f4 Minor documentation fixes.
13 years ago
Dean Camera d0ac8e46f9 Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
13 years ago
Dean Camera fc5fa769ef Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
13 years ago
Dean Camera 3478178127 Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.
13 years ago
Dean Camera 0c2ad9eb34 Add missing SVN eol-style property to files where it was missing.
13 years ago
Dean Camera 01d269879f Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.
13 years ago
Dean Camera d9643cf6ec Add start of an architecture port to the Atmel USB XMEGA devices.
13 years ago
Dean Camera bcb627e1a1 Add missing doxygen group terminator to the new CompilerSpecific.h header file.
13 years ago
Dean Camera bfa22eca26 Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.
13 years ago
Dean Camera 8c3d421a01 Added board hardware driver support for the EVK1104 board.
13 years ago
Dean Camera 8cc3fd56d9 Add board driver support for the EVK1100 board.
13 years ago
Dean Camera d784baaa3a Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.
13 years ago
Dean Camera 3bd6336075 Added board driver support for the Busware TUL board.
13 years ago
Dean Camera f01a05415c Spell check library source code files.
13 years ago
Dean Camera 7d3150423d Add new USE_LUFA_CONFIG_HEADER compile time option.
14 years ago
Dean Camera a85fa30bf1 Minor documentation fixes.
14 years ago
Dean Camera f670bdeff8 Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.
14 years ago
Dean Camera 04263de4f0 Fix definition of pgm_read_ptr().
14 years ago
Dean Camera 995195a2b0 Add missing function attributes to the pipe/endpoint functions for all architectures.
14 years ago
Dean Camera 852b5e612d Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.
14 years ago
Dean Camera d08116b02f Create a new Common module documentation group for the new Global Interrupt macros.
14 years ago
Dean Camera c263ea837a Move global interrupt enable/disable functions out to Common.h and document them.
14 years ago
Dean Camera de9bd767dc Correct UC3 global interrupt functions.
14 years ago
Dean Camera 70284d390f Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.
14 years ago
Dean Camera 2efa79d3ec Conditionally add available address spaces to the address space enum, for multiple address space architectures.
14 years ago