aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Collapse)Author
2013-05-26add new test programHEADmasterDonald Delmar Davis
2012-07-29Upgrade Doxygen configuration files to 1.8.1.2.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2425 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-28Add missing source URL for the HID DLL library use in the TempDataLogger ↵Dean
application. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2423 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Add hack to the XPLAINBridge project to allow it to compile even if an ↵Dean
identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2421 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Use immediate variable expansion in the second-deepest level makefile ↵Dean
scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2403 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-11Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean
XPLAINBridge project AVRISP file include path to prevent build errors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2398 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2397 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Override the OBJDIR setting for the XPLAINBridge project, as this currently ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2396 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2393 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Slightly better method of recursive make - use proper make dependencies to ↵Dean
allow for parallel builds. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2391 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-07Update CDC driver INF files so that they should work even on systems without ↵Dean
usbser.sys extracted by default (see MS KB entry 837637). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2385 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Don't enforce silent output on submake - pass down the value set by the user ↵Dean
implicitly instead. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2372 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add HID bootloader build module (thanks to Stefan Hellermann).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2360 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII ↵Dean
clone programmer. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2353 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean
the user project to relocate the output object and dependency files to a different directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2335 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Spell check source code, fix mistakes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2322 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII ↵Dean
descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2321 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-07Update SVN line endings property on newer source files to native.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Fix typos in recursive make rules.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2307 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add emergency aborts to the recursive makefiles to prevent system failures ↵Dean
due to infinite recursion if something happens while building the project lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2303 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Quiet initial recursive makefile invocation for all projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2298 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Use auto-detection of project directories for the demo, project and ↵Dean
bootloader makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2297 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean
to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2251 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27AppConfigHeaders: Add missing AppConfig.h file includes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2250 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2246 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Remove legacy AS4 project files, now that they can be automatically ↵Dean
generated by the new maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2245 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-21AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2236 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-21Oops - mask out the endpoint address direction when comparing the IN and OUT ↵Dean
endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2235 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-21Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ↵Dean
AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2234 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2232 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2231 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2230 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Add missing AppConfig.h includes to project Descriptors.h files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2229 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2228 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean
clone programmer project (thanks to Robert Spitzenpfeil). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2226 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-18Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean
ensure correct formatting of application device support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2222 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean
configuration file, all application headers include the configuration file. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Move out the last of the demo/app configurations into new ↵Dean
AppConfig.h header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2217 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵Dean
configuration header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2210 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-12AppConfigHeaders: Update several additional user projects to use ↵Dean
configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2198 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update several additional user projects to use ↵Dean
configuration header files, rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2196 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update several user projects to use configuration header ↵Dean
files, rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2195 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10Add branch for the conversion of demos to use standard C header files for ↵Dean
configuration, rather than makefile defined macros. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2192 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean
1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2183 d5102386-fcda-11dd-9fdb-3debd5008f28