Commit Graph

150 Commits (cf48972f5ae169d5f0aab9a7fc97818cfec62362)

Author SHA1 Message Date
Dean Camera 16cd7c6896 Add support for the Olimex AVR-ISP-MK2 board.
12 years ago
Dean Camera c4ebddd27a Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.
12 years ago
Dean Camera 3808f5c36d Spell check source code, fix mistakes.
12 years ago
Dean Camera cd0bd7bf90 Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called.
12 years ago
Dean Camera 8f2e82bd61 Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.
12 years ago
Dean Camera 851fcd0c2f Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.
12 years ago
Dean Camera 395e4287a1 Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
13 years ago
Dean Camera 69ecaae732 Added support for the DorkbotPDX Duce board.
13 years ago
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
13 years ago
Dean Camera fde181a830 Minor documentation improvements.
13 years ago
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