aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Doxygen configuration files to the latest Doxygen version.Dean Camera2013-01-0314-140/+924
* Increased throughput in the USBtoSerial project now that data transmission is...Dean Camera2012-10-201-8/+2
* Minor documentation improvements.Dean Camera2012-10-05122-122/+122
* Add CPPCheck supression in the Webserver project, as the latest CPPCheck deve...Dean Camera2012-09-221-0/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-1714-14/+14
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ho...Dean Camera2012-09-161-12/+23
* Add additional driver documentation to the AVRISP-MKII clone programmer project.Dean Camera2012-09-031-15/+42
* Alter the AVRISP-MKII clone project code to report a different serial number ...Dean Camera2012-09-031-2/+7
* Update FatFS library copies to the latest R0.09a version.Dean Camera2012-09-0112-710/+1035
* Fix incorrect string length in the USBtoSerial demo descriptors (thanks to Ol...Dean Camera2012-08-281-1/+1
* Spell-check latest trunk source code.Dean Camera2012-08-186-48/+48
* Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (...Dean Camera2012-08-164-0/+12
* Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build modul...Dean Camera2012-08-1314-336/+560
* Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MK...Dean Camera2012-08-121-5/+5
* Add help text to the project makefiles to help new users get information on t...Dean Camera2012-08-1114-0/+28
* Upgrade Doxygen configuration files to 1.8.1.2.Dean Camera2012-07-2914-84/+56
* Add missing source URL for the HID DLL library use in the TempDataLogger appl...Dean Camera2012-07-281-0/+2
* Add hack to the XPLAINBridge project to allow it to compile even if an identi...Dean Camera2012-07-261-0/+8
* Use immediate variable expansion in the second-deepest level makefile scripts...Dean Camera2012-07-141-1/+1
* Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean Camera2012-07-1414-126/+126
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean Camera2012-07-1114-19/+15
* Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Dean Camera2012-07-101-1/+1
* Override the OBJDIR setting for the XPLAINBridge project, as this currently d...Dean Camera2012-07-101-0/+3
* Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor...Dean Camera2012-07-101-4/+6
* Slightly better method of recursive make - use proper make dependencies to al...Dean Camera2012-07-101-4/+18
* Update CDC driver INF files so that they should work even on systems without ...Dean Camera2012-07-074-260/+76
* Don't enforce silent output on submake - pass down the value set by the user ...Dean Camera2012-06-241-2/+2
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-2114-0/+14
* Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo...Dean Camera2012-06-171-1/+1
* Add OBJDIR optional build variable to the BULD build system module, to allow ...Dean Camera2012-06-101-0/+2
* Spell check source code, fix mistakes.Dean Camera2012-06-0913-16/+16
* Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII d...Dean Camera2012-06-092-1/+7
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-072-132/+132
* Fix typos in recursive make rules.Dean Camera2012-06-041-1/+1
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ...Dean Camera2012-06-0414-1/+28
* Add emergency aborts to the recursive makefiles to prevent system failures du...Dean Camera2012-06-041-0/+7
* Quiet initial recursive makefile invocation for all projects.Dean Camera2012-06-031-2/+2
* Use auto-detection of project directories for the demo, project and bootloade...Dean Camera2012-06-031-29/+4
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-0116-10218/+581
* Merge in AppConfigHeaders branch to trunk, altering all projects and demos to...Dean Camera2012-05-27109-4653/+1677
|\
| * AppConfigHeaders: Add missing AppConfig.h file includes.Dean Camera2012-05-272-0/+2
| * AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-2714-14/+1
| |\ | |/ |/|
| * AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-212-7/+6
| |\
| * \ Merge in latest trunk.Dean Camera2012-05-2017-360/+114
| |\ \
| * | | Add missing AppConfig.h includes to project Descriptors.h files.Dean Camera2012-05-202-0/+4
| * | | Merge in latest trunk.Dean Camera2012-05-2047-2159/+2207
| |\ \ \
| * | | | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-1525-21/+19
| * | | | AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean Camera2012-05-133-4/+50
| * | | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf...Dean Camera2012-05-133-21/+15
| * | | | AppConfigHeaders: Update several additional user projects to use configuratio...Dean Camera2012-05-1252-4543/+419