| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Upgrade Doxygen configuration files to 1.8.1.2. | Dean Camera | 2012-07-29 | 14 | -84/+56 |
* | Add missing source URL for the HID DLL library use in the TempDataLogger appl... | Dean Camera | 2012-07-28 | 1 | -0/+2 |
* | Add hack to the XPLAINBridge project to allow it to compile even if an identi... | Dean Camera | 2012-07-26 | 1 | -0/+8 |
* | Use immediate variable expansion in the second-deepest level makefile scripts... | Dean Camera | 2012-07-14 | 1 | -1/+1 |
* | Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk... | Dean Camera | 2012-07-14 | 14 | -126/+126 |
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ... | Dean Camera | 2012-07-11 | 14 | -19/+15 |
* | Oops - override OBJDIR with "." not blank for the XPLAINBridge project. | Dean Camera | 2012-07-10 | 1 | -1/+1 |
* | Override the OBJDIR setting for the XPLAINBridge project, as this currently d... | Dean Camera | 2012-07-10 | 1 | -0/+3 |
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor... | Dean Camera | 2012-07-10 | 1 | -4/+6 |
* | Slightly better method of recursive make - use proper make dependencies to al... | Dean Camera | 2012-07-10 | 1 | -4/+18 |
* | Update CDC driver INF files so that they should work even on systems without ... | Dean Camera | 2012-07-07 | 4 | -260/+76 |
* | Don't enforce silent output on submake - pass down the value set by the user ... | Dean Camera | 2012-06-24 | 1 | -2/+2 |
* | Add HID bootloader build module (thanks to Stefan Hellermann). | Dean Camera | 2012-06-21 | 14 | -0/+14 |
* | Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo... | Dean Camera | 2012-06-17 | 1 | -1/+1 |
* | Add OBJDIR optional build variable to the BULD build system module, to allow ... | Dean Camera | 2012-06-10 | 1 | -0/+2 |
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 13 | -16/+16 |
* | Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII d... | Dean Camera | 2012-06-09 | 2 | -1/+7 |
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 2 | -132/+132 |
* | Fix typos in recursive make rules. | Dean Camera | 2012-06-04 | 1 | -1/+1 |
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ... | Dean Camera | 2012-06-04 | 14 | -1/+28 |
* | Add emergency aborts to the recursive makefiles to prevent system failures du... | Dean Camera | 2012-06-04 | 1 | -0/+7 |
* | Quiet initial recursive makefile invocation for all projects. | Dean Camera | 2012-06-03 | 1 | -2/+2 |
* | Use auto-detection of project directories for the demo, project and bootloade... | Dean Camera | 2012-06-03 | 1 | -29/+4 |
* | Switch over Demos, Bootloaders and Projects to the new and improved build sys... | Dean Camera | 2012-06-01 | 16 | -10218/+581 |
* | Merge in AppConfigHeaders branch to trunk, altering all projects and demos to... | Dean Camera | 2012-05-27 | 109 | -4653/+1677 |
|\ |
|
| * | AppConfigHeaders: Add missing AppConfig.h file includes. | Dean Camera | 2012-05-27 | 2 | -0/+2 |
| * | AppConfigHeaders: Merge in latest trunk. | Dean Camera | 2012-05-27 | 14 | -14/+1 |
| |\
| |/
|/| |
|
| * | AppConfigHeaders: Merge in latest trunk. | Dean Camera | 2012-05-21 | 2 | -7/+6 |
| |\ |
|
| * \ | Merge in latest trunk. | Dean Camera | 2012-05-20 | 17 | -360/+114 |
| |\ \ |
|
| * | | | Add missing AppConfig.h includes to project Descriptors.h files. | Dean Camera | 2012-05-20 | 2 | -0/+4 |
| * | | | Merge in latest trunk. | Dean Camera | 2012-05-20 | 47 | -2159/+2207 |
| |\ \ \ |
|
| * | | | | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu... | Dean Camera | 2012-05-15 | 25 | -21/+19 |
| * | | | | AppConfigHeaders: Move out the last of the demo/app configurations into new A... | Dean Camera | 2012-05-13 | 3 | -4/+50 |
| * | | | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf... | Dean Camera | 2012-05-13 | 3 | -21/+15 |
| * | | | | AppConfigHeaders: Update several additional user projects to use configuratio... | Dean Camera | 2012-05-12 | 52 | -4543/+419 |
| * | | | | AppConfigHeaders: Update several additional user projects to use configuratio... | Dean Camera | 2012-05-10 | 16 | -49/+623 |
| * | | | | AppConfigHeaders: Update several user projects to use configuration header fi... | Dean Camera | 2012-05-10 | 28 | -114/+704 |
| * | | | | Add branch for the conversion of demos to use standard C header files for con... | Dean Camera | 2012-05-10 | 62 | -323/+3795 |
* | | | | | Remove legacy AS4 project files, now that they can be automatically generated... | Dean Camera | 2012-05-27 | 13 | -13/+0 |
* | | | | | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ... | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Oops - mask out the endpoint address direction when comparing the IN and OUT ... | Dean Camera | 2012-05-21 | 2 | -2/+2 |
* | | | | Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ... | Dean Camera | 2012-05-21 | 2 | -7/+6 |
| |_|/
|/| | |
|
* | | | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors... | Dean Camera | 2012-05-20 | 14 | -355/+107 |
* | | | Minor documentation improvements. | Dean Camera | 2012-05-20 | 1 | -0/+3 |
| |/
|/| |
|
* | | Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ... | Dean Camera | 2012-05-20 | 5 | -13/+142 |
* | | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ... | Dean Camera | 2012-05-20 | 14 | -294/+210 |
* | | Minor documentation adjustments to the demos, projects and bootloaders to ens... | Dean Camera | 2012-05-18 | 14 | -45/+45 |
* | | Update project Doxygen and makefiles so that the resulting project documentat... | Dean Camera | 2012-05-17 | 29 | -1855/+1855 |
* | | Increased endpoint polling interval for all demos and projects to 5ms, as 1ms... | Dean Camera | 2012-05-06 | 11 | -23/+23 |
* | | Oops - fix broken MIDIToneGenerator project due to MIDI class API changes. | Dean Camera | 2012-04-25 | 1 | -2/+2 |