Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for the DorkbotPDX Duce board. | Dean Camera | 2012-04-25 | 1 | -0/+3 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -22/+33 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Fix up Doxygen documentation directives to allow for generation of ↵ | Dean Camera | 2012-04-07 | 1 | -0/+7 |
| | | | | documentation when the library code root folder is not "LUFA". | ||||
* | Add XMEGA C3 family to the ModuleTest build test. | Dean Camera | 2012-03-17 | 1 | -2/+0 |
| | | | | | | Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask(). Minor documentation improvements. | ||||
* | Minor documentation fixes - change \note entries to \warning where ↵ | Dean Camera | 2012-02-24 | 1 | -4/+4 |
| | | | | appropriate and remove/update old documentation. | ||||
* | Added support for the BitWizard Multio and Big-Multio boards. | Dean Camera | 2012-02-22 | 1 | -6/+12 |
| | |||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 1 | -1/+3 |
| | | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified. | ||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -0/+3 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Add support for the Micropendous (Arduino-like) series of boards (revisions ↵ | Dean Camera | 2012-02-05 | 1 | -0/+6 |
| | | | | 1 and 2). | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 7 | -7/+7 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 7 | -7/+7 |
| | |||||
* | Fix errors in the new Micropendous board drivers. Reorder the board ↵ | Dean Camera | 2012-02-03 | 1 | -20/+20 |
| | | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. | ||||
* | Add support for the Micropendous series of USB AVR8 boards. | Dean Camera | 2012-02-03 | 1 | -37/+58 |
| | |||||
* | Minor documentation fixes. | Dean Camera | 2012-02-03 | 2 | -4/+3 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 7 | -33/+34 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Fixed compiler warning on GCC with -wundef compile flag is used (thanks to ↵ | Dean Camera | 2011-12-20 | 1 | -2/+2 |
| | | | | Georg Glock). | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -0/+6 |
| | |||||
* | Added new USB_Host_GetDeviceConfiguration() and ↵ | Dean Camera | 2011-11-24 | 1 | -7/+7 |
| | | | | USB_Host_GetInterfaceAltSetting() functions. | ||||
* | Oops: Typo on the new TEENSY2 board support. | Dean Camera | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). | Dean Camera | 2011-11-23 | 1 | -1/+4 |
| | |||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -148/+148 |
| | | | | and converted to the native values on checkout. | ||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 1 | -3/+3 |
| | | | | USART-as-SPI transport driver still pending). | ||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -0/+3 |
| | | | | More XMEGA USB core fixes. | ||||
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵ | Dean Camera | 2011-09-22 | 3 | -1/+9 |
| | | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. | ||||
* | Fix missing C++ linkage command in ArchitectureSpecific.h. | Dean Camera | 2011-09-21 | 1 | -0/+5 |
| | | | | Fix missing closing brace in an Endpoint function for the UC3 targets. | ||||
* | Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver. | Dean Camera | 2011-09-02 | 1 | -2/+2 |
| | | | | | | Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements. | ||||
* | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the ↵ | Dean Camera | 2011-08-24 | 1 | -16/+16 |
| | | | | | | | | | | function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections. | ||||
* | Minor documentation fixes. | Dean Camera | 2011-08-23 | 1 | -2/+2 |
| | | | | Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons). | ||||
* | Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). | Dean Camera | 2011-08-22 | 1 | -3/+3 |
| | | | | | | | | Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. | ||||
* | Pull out architecture specific macros and other definitions into a new ↵ | Dean Camera | 2011-08-16 | 3 | -73/+148 |
| | | | | common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code. | ||||
* | Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to ↵ | Dean Camera | 2011-08-16 | 2 | -5/+11 |
| | | | | improve optimization if called with constant inputs. | ||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 3 | -658/+658 |
| | |||||
* | Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros. | Dean Camera | 2011-07-14 | 1 | -0/+20 |
| | |||||
* | Add start of an architecture port to the Atmel USB XMEGA devices. | Dean Camera | 2011-07-13 | 2 | -2/+38 |
| | |||||
* | Add missing doxygen group terminator to the new CompilerSpecific.h header file. | Dean Camera | 2011-07-07 | 1 | -0/+2 |
| | |||||
* | Split out compiler specific helper macros into a new CompilerSpecific.h ↵ | Dean Camera | 2011-07-06 | 3 | -30/+102 |
| | | | | header file inside the library, for future expansion. | ||||
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 1 | -0/+3 |
| | | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. | ||||
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 1 | -0/+3 |
| | |||||
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵ | Dean Camera | 2011-06-20 | 2 | -0/+20 |
| | | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage. | ||||
* | Added board driver support for the Busware TUL board. | Dean Camera | 2011-06-04 | 1 | -1/+4 |
| | |||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -5/+5 |
| | |||||
* | Add new USE_LUFA_CONFIG_HEADER compile time option. | Dean Camera | 2011-05-09 | 1 | -0/+4 |
| | | | | Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board. | ||||
* | Minor documentation fixes. | Dean Camera | 2011-05-08 | 1 | -1/+4 |
| | |||||
* | Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵ | Dean Camera | 2011-04-25 | 2 | -4/+4 |
| | | | | | | | | | | typecasting to the SWAPENDIAN_* macros. Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags). Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default. Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility). | ||||
* | Fix definition of pgm_read_ptr(). | Dean Camera | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Add missing function attributes to the pipe/endpoint functions for all ↵ | Dean Camera | 2011-04-12 | 2 | -13/+23 |
| | | | | | | architectures. Perform endianness correction in the HID report parser for big-endian platforms. | ||||
* | Remove redundant type information for bitfield elements, other than the ↵ | Dean Camera | 2011-04-10 | 1 | -18/+28 |
| | | | | | | signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. | ||||
* | Create a new Common module documentation group for the new Global Interrupt ↵ | Dean Camera | 2011-04-08 | 1 | -2/+20 |
| | | | | macros. | ||||
* | Move global interrupt enable/disable functions out to Common.h and document ↵ | Dean Camera | 2011-04-08 | 1 | -1/+90 |
| | | | | them. |