Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵ | Dean Camera | 2012-08-12 | 1 | -1/+1 |
| | | | | masks so that it lines up with the Arduino boards. | ||||
* | Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test. | Dean Camera | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -1/+1 |
| | | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. | ||||
* | Update BUILD build system module with OBJECT_FILES variable, for additional ↵ | Dean Camera | 2012-07-08 | 1 | -1/+1 |
| | | | | user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. | ||||
* | Add HID bootloader build module (thanks to Stefan Hellermann). | Dean Camera | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Add a list of module provided make variables and macros to the build system ↵ | Dean Camera | 2012-06-10 | 1 | -1/+1 |
| | | | | modules. | ||||
* | Add Build System documentation to the library manual. Update CPPCHECK build ↵ | Dean Camera | 2012-06-10 | 1 | -1/+1 |
| | | | | system module so that it uses the SRC variable rather than just the project directory. | ||||
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵ | Dean Camera | 2012-06-04 | 1 | -1/+1 |
| | | | | all application makefiles. | ||||
* | Add new CPPCHECK build system module for static code analysis of projects. | Dean Camera | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Add platform driver dispatch header and makefile module source variable. | Dean Camera | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Replace architecture specific makefiles in the BuildTests with the new ↵ | Dean Camera | 2012-06-02 | 1 | -1/+1 |
| | | | | common build system makefiles. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -1692/+1 |
| | | | | system. | ||||
* | Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵ | Dean Camera | 2012-05-27 | 1 | -0/+1691 |
|\ | | | | | | | to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. | ||||
| * | AppConfigHeaders: Merge in latest trunk. | Dean Camera | 2012-05-27 | 1 | -1/+1691 |
| |\ | |/ |/| | |||||
| * | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -1/+1 |
| |\ | |||||
| * | | 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 |
| |\ \ | |||||
| * | | | 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 legacy AS4 project files, now that they can be automatically ↵ | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | generated by the new maintenance script. | ||||
* | | | | Add maintenance script to automatically generate legacy AS4 project files. | Dean Camera | 2012-05-27 | 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. | ||||
* | | 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 |
|/ | |||||
* | 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. |