aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Collapse)AuthorAgeFilesLines
* Update AVRISP-MKII Clone programmer project default firmware minor revision ↵Dean Camera2013-04-272-2/+2
| | | | number to make it compatible with the Atmel Studio 6.1 public release.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-2314-27/+38
| | | | code easier to find in the release version of Atmel Studio 6.1.
* Add explicit requirements for the AppConfig.h headers in the various project ↵Dean Camera2013-04-017-0/+7
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-1813-37/+37
|
* Add missing module dependency to the USBtoSerial project. Minor ↵Dean Camera2013-03-124-8/+27
| | | | documentation corrections.
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-092-0/+2
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Minor documentation fixes.Dean Camera2013-03-071-12/+0
|
* Fixed incorrect output in the HIDReportViewer project when no device is ↵Dean Camera2013-02-281-1/+1
| | | | connected (thanks to Pavel Kuzmin).
* Remove CPPCheck suppressions for unused functions, disable checking for them ↵Dean Camera2013-02-051-1/+0
| | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-2914-28/+28
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-2714-14/+14
| | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-01-2014-126/+196
|
* 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
| | | | saved in EEPROM (thanks to Gerhard Wesser).
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-1214-0/+14
| | | | so that the correct project caption is generated inside Atmel Studio.
* 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 ↵Dean Camera2013-01-1114-0/+23
| | | | projects.
* Alter VSIX build script to verify all referenced filenames in all modules ↵Dean Camera2013-01-112-3/+3
| | | | and projects, rather than just the core modules. Fix discovered errors in the project XML files.
* Add board definitions to the pseudo-board selector module in the Atmel ↵Dean Camera2013-01-1111-0/+11
| | | | Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.
* 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
| | | | cache files are always updated.
* 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 ↵Dean Camera2012-10-201-8/+2
| | | | is non-blocking (thanks to Joseph Lacerte).
* 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.