aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
...
* Code style fixes to the AVRISP-MKII Clone programmer project.Dean Camera2013-01-147-37/+58
* Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ...Dean Camera2013-01-132-10/+26
* Move out dummy board module and add strong-references to it in each project, ...Dean Camera2013-01-1214-0/+14
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-1214-0/+83
* Ensure the demo and project main text files are distributed in Atmel Studio p...Dean Camera2013-01-1114-0/+23
* Alter VSIX build script to verify all referenced filenames in all modules and...Dean Camera2013-01-112-3/+3
* Add board definitions to the pseudo-board selector module in the Atmel Studio...Dean Camera2013-01-1111-0/+11
* Update and add missing Atmel Studio project description XML files.Dean Camera2013-01-102-0/+3
* Fix invalid module IDs and update VSIX packing script to ensure the database ...Dean Camera2013-01-104-8/+8
* Add and update more Atmel Studio project description XML files.Dean Camera2013-01-1015-1/+645
* Update copyright year to 2013.Dean Camera2013-01-03140-260/+260
* 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