aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-05122-122/+122
|
* Add CPPCheck supression in the Webserver project, as the latest CPPCheck ↵Dean Camera2012-09-221-0/+1
| | | | development code appears to falsely warn on the global uip_len variable when it is tested multiple times.
* Use the framework provided GlobalInterruptEnable() function instead of the ↵Dean Camera2012-09-1714-14/+14
| | | | AVR8/XMEGA specific sei() macro, for future demo/project portability.
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵Dean Camera2012-09-161-12/+23
| | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
* 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
| | | | in libUSB compatibility mode, so that both the Jungo drivers and the libUSB drivers can be installed at the same time (and switched back and forth based on the current compatibility mode).
* 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 ↵Dean Camera2012-08-281-1/+1
| | | | Oliver Zander).
* 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
| | | | (thanks to Christan Beharrell).
* Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵Dean Camera2012-08-1314-336/+560
| | | | module for the latest Doxygen release.
* Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the ↵Dean Camera2012-08-121-5/+5
| | | | AVRISP-MKII project.
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-1114-0/+28
| | | | the improved build system.
* 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 ↵Dean Camera2012-07-281-0/+2
| | | | application.
* Add hack to the XPLAINBridge project to allow it to compile even if an ↵Dean Camera2012-07-261-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 Camera2012-07-141-1/+1
| | | | scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
* Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean Camera2012-07-1414-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 Camera2012-07-1114-19/+15
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* 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 ↵Dean Camera2012-07-101-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 Camera2012-07-101-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 Camera2012-07-101-4/+18
| | | | allow for parallel builds.
* Update CDC driver INF files so that they should work even on systems without ↵Dean Camera2012-07-074-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 Camera2012-06-241-2/+2
| | | | implicitly instead.
* 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 ↵Dean Camera2012-06-171-1/+1
| | | | clone programmer.
* Add OBJDIR optional build variable to the BULD build system module, to allow ↵Dean Camera2012-06-101-0/+2
| | | | the user project to relocate the output object and dependency files to a different directory.
* 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 ↵Dean Camera2012-06-092-1/+7
| | | | descriptors.
* 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
| | | | all application makefiles.
* Add emergency aborts to the recursive makefiles to prevent system failures ↵Dean Camera2012-06-041-0/+7
| | | | due to infinite recursion if something happens while building the project lists.
* 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 ↵Dean Camera2012-06-031-29/+4
| | | | bootloader makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-0116-10218/+581
| | | | system.
* Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean Camera2012-05-27109-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 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 ↵Dean Camera2012-05-1525-21/+19
| | | | | | | | | | | | | | | | | | | | configuration file, all application headers include the configuration file.
| * | | | AppConfigHeaders: Move out the last of the demo/app configurations into new ↵Dean Camera2012-05-133-4/+50
| | | | | | | | | | | | | | | | | | | | AppConfig.h header files.
| * | | | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵Dean Camera2012-05-133-21/+15
| | | | | | | | | | | | | | | | | | | | configuration header files.
| * | | | AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-1252-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 Camera2012-05-1016-49/+623
| | | | | | | | | | | | | | | | | | | | configuration header files, rather than makefile defines.
| * | | | AppConfigHeaders: Update several user projects to use configuration header ↵Dean Camera2012-05-1028-114/+704
| | | | | | | | | | | | | | | | | | | | files, rather than makefile defines.