| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Programmers Notepad project file to ensure it is current. | Dean Camera | 2013-01-27 | 1 | -1/+1 |
* | Minor documentation improvements. Remove AS4 project generator script as it i... | Dean Camera | 2012-09-23 | 1 | -1/+1 |
* | Add support for the Atmel UC3-A3 Xplained board. | Dean Camera | 2012-09-08 | 1 | -1/+1 |
* | Fix outdated Programmers Notepad project file. | Dean Camera | 2012-09-02 | 1 | -1/+1 |
* | Add human readable license information and add some missing module documentat... | Dean Camera | 2012-09-01 | 1 | -1/+1 |
* | Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED mask... | Dean Camera | 2012-08-12 | 1 | -1/+1 |
* | 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 "lufa_MODULE.mk... | Dean Camera | 2012-07-14 | 1 | -1/+1 |
* | Update BUILD build system module with OBJECT_FILES variable, for additional u... | Dean Camera | 2012-07-08 | 1 | -1/+1 |
* | 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 m... | Dean Camera | 2012-06-10 | 1 | -1/+1 |
* | Add Build System documentation to the library manual. Update CPPCHECK build s... | Dean Camera | 2012-06-10 | 1 | -1/+1 |
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ... | Dean Camera | 2012-06-04 | 1 | -1/+1 |
* | 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 common... | Dean Camera | 2012-06-02 | 1 | -1/+1 |
* | Switch over Demos, Bootloaders and Projects to the new and improved build sys... | Dean Camera | 2012-06-01 | 1 | -1692/+1 |
* | Merge in AppConfigHeaders branch to trunk, altering all projects and demos to... | Dean Camera | 2012-05-27 | 1 | -0/+1691 |
|\ |
|
| * | 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 configu... | Dean Camera | 2012-05-15 | 1 | -1/+1 |
| * | | AppConfigHeaders: Move out the last of the demo/app configurations into new A... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h c... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h con... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | AppConfigHeaders: Switch DualRole and low level Host mode demos to use LUFACo... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
| * | | 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 configuratio... | Dean Camera | 2012-05-12 | 1 | -1/+1 |
| * | | | AppConfigHeaders: Update several additional user projects to use configuratio... | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| * | | | AppConfigHeaders: Update several user projects to use configuration header fi... | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| * | | | AppConfigHeaders: Update bootloaders to use configuration header files, rathe... | Dean Camera | 2012-05-10 | 1 | -1/+1 |
| * | | | Add branch for the conversion of demos to use standard C header files for con... | Dean Camera | 2012-05-10 | 1 | -1/+1 |
* | | | | Remove legacy AS4 project files, now that they can be automatically generated... | Dean Camera | 2012-05-27 | 1 | -1/+1 |
* | | | | 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 descriptors... | Dean Camera | 2012-05-20 | 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 s... | Dean Camera | 2012-05-13 | 1 | -1/+1 |
* | | 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 a... | Dean Camera | 2012-04-29 | 1 | -1/+1 |
* | | 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 improveme... | Dean Camera | 2012-04-09 | 1 | -1/+1 |
* | Removed the old pseudo-scheduler from the library as it was unused and deprec... | Dean Camera | 2012-04-08 | 1 | -1/+1 |
* | 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 thes... | Dean Camera | 2012-04-08 | 1 | -1/+1 |