Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -1/+1 |
|\ | |||||
| * | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵ | Dean Camera | 2012-05-20 | 1 | -1/+1 |
| | | | | | | | | descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project. | ||||
* | | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵ | Dean Camera | 2012-05-15 | 1 | -1/+1 |
| | | | | | | | | configuration file, all application headers include the configuration file. | ||||
* | | AppConfigHeaders: Move out the last of the demo/app configurations into new ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | AppConfig.h header files. | ||||
* | | AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | configuration header files. | ||||
* | | AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | and AudioInput demos. | ||||
* | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | configuration header files. | ||||
* | | AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | configuration header files. | ||||
* | | AppConfigHeaders: Switch DualRole and low level Host mode demos to use ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | LUFAConfig.h configuration header files. | ||||
* | | AppConfigHeaders: Merge in latest trunk. | Dean Camera | 2012-05-13 | 1 | -1/+1 |
|\| | |||||
| * | Fix incorrectly names build test directory references. | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | |||||
| * | Added build test to verify correct compilation of all bootloaders using all ↵ | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. | ||||
| * | Add support for the ATXMEGA384C3. | Dean Camera | 2012-05-07 | 1 | -1/+1 |
| | | |||||
| * | Add partially complete BoardDriverTest build test. | Dean Camera | 2012-05-06 | 1 | -1/+1 |
| | | |||||
| * | Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards. | Dean Camera | 2012-05-06 | 1 | -1/+1 |
| | | |||||
| * | The library bootloaders will now correctly start the user application after ↵ | Dean Camera | 2012-04-29 | 1 | -1/+1 |
| | | | | | | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. | ||||
| * | Add known issues to the documentation. | Dean Camera | 2012-04-18 | 1 | -1/+1 |
| | | |||||
| * | Added new SerialToLCD user project contributed by Simon Foster. | Dean Camera | 2012-04-14 | 1 | -1/+1 |
| | | |||||
* | | AppConfigHeaders: Update project file for Programmers Notepad. | Dean Camera | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 1 | -1/+1 |
| | | | | | | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. | ||||
* | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | configuration header files, rather than makefile defines. | ||||
* | | AppConfigHeaders: Update several user projects to use configuration header ↵ | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | files, rather than makefile defines. | ||||
* | | AppConfigHeaders: Update bootloaders to use configuration header files, ↵ | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | rather than makefile defines. | ||||
* | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 1 | -1/+1 |
|/ | | | | configuration, rather than makefile defined macros. | ||||
* | Remove outdated documentation from the library, minor documentation ↵ | Dean Camera | 2012-04-09 | 1 | -1/+1 |
| | | | | improvements. | ||||
* | Removed the old pseudo-scheduler from the library as it was unused and ↵ | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | | | | deprecated since the 090810 release. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Add additional specific sub-family parts to the ModuleTest build test as ↵ | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | | | | | | these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference. | ||||
* | Add guide for importing LUFA into an AS5/AS6 project. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Reorder manual documentation sections, remove useless "AboutLUFA" section. | Dean Camera | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Fix warnings and errors found by the new cppcheck provided static code analysis. | Dean Camera | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Fixed possible enumeration error if the user application selects the ↵ | Dean Camera | 2012-02-26 | 1 | -1/+1 |
| | | | | non-Control pipe between the Powered and Default states of the host state machine. | ||||
* | Added support for the BitWizard Multio and Big-Multio boards. | Dean Camera | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | Update build test "ModuleTest" to check platform drivers where possible. Add ↵ | Dean Camera | 2012-02-19 | 1 | -1/+1 |
| | | | | missing copyright/license headers. | ||||
* | Add build test for forced single USB modes. | Dean Camera | 2012-02-19 | 1 | -1/+1 |
| | | | | Fix UC3 Interrupt Management platform driver not compiling under C++. | ||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 1 | -1/+1 |
| | | | | | | | | | | 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 new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -1/+1 |
| | | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. | ||||
* | Added Serial USART peripheral driver for the XMEGA platform. | Dean Camera | 2012-02-12 | 1 | -1/+1 |
| | | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct. | ||||
* | Altered the HID class driver to only try to construct at maximum one packet ↵ | Dean Camera | 2012-02-09 | 1 | -1/+1 |
| | | | | per USB frame, to reduce CPU usage. | ||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -1/+1 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Fix errors in the new Micropendous board drivers. Reorder the board ↵ | Dean Camera | 2012-02-03 | 1 | -1/+1 |
| | | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 1 | -1/+1 |
| | | | | new Android Open Accessory Host ClassDriver demo. | ||||
* | Update library to indicate support for the Android Accessory Host demo. | Dean Camera | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 1 | -1/+1 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fix XMEGA core USB driver endpoint code to prevent incorrect STALL ↵ | Dean Camera | 2011-11-01 | 1 | -1/+1 |
| | | | | determination. | ||||
* | Add XMEGA SPI peripheral driver. | Dean Camera | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -1/+1 |
| | | | | More XMEGA USB core fixes. |