Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 14 | -0/+28 |
| | | | | the improved build system. | ||||
* | 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 ↵ | Dean Camera | 2012-07-28 | 1 | -0/+2 |
| | | | | application. | ||||
* | Add hack to the XPLAINBridge project to allow it to compile even if an ↵ | Dean Camera | 2012-07-26 | 1 | -0/+8 |
| | | | | identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder. | ||||
* | Use immediate variable expansion in the second-deepest level makefile ↵ | Dean Camera | 2012-07-14 | 1 | -1/+1 |
| | | | | scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. | ||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 14 | -126/+126 |
| | | | | | | | | "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. | ||||
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵ | Dean Camera | 2012-07-11 | 14 | -19/+15 |
| | | | | XPLAINBridge project AVRISP file include path to prevent build errors. | ||||
* | 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 ↵ | Dean Camera | 2012-07-10 | 1 | -0/+3 |
| | | | | doesn't work. Turn off check-config test in the StaticAnalysisTest build test to save time - if the standard build fails this can be run manually to determine the problem cause. | ||||
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵ | Dean Camera | 2012-07-10 | 1 | -4/+6 |
| | | | | enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique. | ||||
* | Slightly better method of recursive make - use proper make dependencies to ↵ | Dean Camera | 2012-07-10 | 1 | -4/+18 |
| | | | | allow for parallel builds. | ||||
* | Update CDC driver INF files so that they should work even on systems without ↵ | Dean Camera | 2012-07-07 | 4 | -260/+76 |
| | | | | usbser.sys extracted by default (see MS KB entry 837637). | ||||
* | Don't enforce silent output on submake - pass down the value set by the user ↵ | Dean Camera | 2012-06-24 | 1 | -2/+2 |
| | | | | implicitly instead. | ||||
* | 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 ↵ | Dean Camera | 2012-06-17 | 1 | -1/+1 |
| | | | | clone programmer. | ||||
* | Add OBJDIR optional build variable to the BULD build system module, to allow ↵ | Dean Camera | 2012-06-10 | 1 | -0/+2 |
| | | | | the user project to relocate the output object and dependency files to a different directory. | ||||
* | 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 ↵ | Dean Camera | 2012-06-09 | 2 | -1/+7 |
| | | | | descriptors. | ||||
* | 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 |
| | | | | all application makefiles. | ||||
* | Add emergency aborts to the recursive makefiles to prevent system failures ↵ | Dean Camera | 2012-06-04 | 1 | -0/+7 |
| | | | | due to infinite recursion if something happens while building the project lists. | ||||
* | 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 ↵ | Dean Camera | 2012-06-03 | 1 | -29/+4 |
| | | | | bootloader makefiles. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 16 | -10218/+581 |
| | | | | system. | ||||
* | Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵ | Dean Camera | 2012-05-27 | 109 | -4653/+1677 |
|\ | | | | | | | to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. | ||||
| * | 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 ↵ | Dean Camera | 2012-05-15 | 25 | -21/+19 |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -4/+50 |
| | | | | | | | | | | | | | | | | | | | | AppConfig.h header files. | ||||
| * | | | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵ | Dean Camera | 2012-05-13 | 3 | -21/+15 |
| | | | | | | | | | | | | | | | | | | | | configuration header files. | ||||
| * | | | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 52 | -4543/+419 |
| | | | | | | | | | | | | | | | | | | | | 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 | 16 | -49/+623 |
| | | | | | | | | | | | | | | | | | | | | configuration header files, rather than makefile defines. | ||||
| * | | | | AppConfigHeaders: Update several user projects to use configuration header ↵ | Dean Camera | 2012-05-10 | 28 | -114/+704 |
| | | | | | | | | | | | | | | | | | | | | files, rather than makefile defines. | ||||
| * | | | | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 62 | -323/+3795 |
| | | | | | | | | | | | | | | | | | | | | configuration, rather than makefile defined macros. | ||||
* | | | | | Remove legacy AS4 project files, now that they can be automatically ↵ | Dean Camera | 2012-05-27 | 13 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | | generated by the new maintenance script. | ||||
* | | | | | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵ | Dean Camera | 2012-05-27 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | old copyright years on some makefiles. | ||||
* | | | | Oops - mask out the endpoint address direction when comparing the IN and OUT ↵ | Dean Camera | 2012-05-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects. | ||||
* | | | | Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ↵ | Dean Camera | 2012-05-21 | 2 | -7/+6 |
| |_|/ |/| | | | | | | | | AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used. | ||||
* | | | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵ | Dean Camera | 2012-05-20 | 14 | -355/+107 |
| | | | | | | | | | | | | 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. | ||||
* | | | 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 |
| | | | | | | | | clone programmer project (thanks to Robert Spitzenpfeil). | ||||
* | | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 14 | -294/+210 |
| | | | | | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | | Minor documentation adjustments to the demos, projects and bootloaders to ↵ | Dean Camera | 2012-05-18 | 14 | -45/+45 |
| | | | | | | | | ensure correct formatting of application device support. | ||||
* | | Update project Doxygen and makefiles so that the resulting project ↵ | Dean Camera | 2012-05-17 | 29 | -1855/+1855 |
| | | | | | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. | ||||
* | | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 11 | -23/+23 |
| | | | | | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). |