pub/USBasp.git
13 years agoFix broken builds when OBJDIR is specified in the BUILD build system module.
Dean Camera [Mon, 9 Jul 2012 16:17:57 +0000 (16:17 +0000)]
Fix broken builds when OBJDIR is specified in the BUILD build system module.

13 years agoRemove unnecessary build system modules from the HID EEPROM Loader shim application...
Dean Camera [Mon, 9 Jul 2012 16:17:20 +0000 (16:17 +0000)]
Remove unnecessary build system modules from the HID EEPROM Loader shim application makefile.

13 years agoClean up HID EEPROM loader shim application code, simplify project makefile. Ensure...
Dean Camera [Sun, 8 Jul 2012 19:38:38 +0000 (19:38 +0000)]
Clean up HID EEPROM loader shim application code, simplify project makefile. Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild.

13 years agoUpdate BUILD build system module with OBJECT_FILES variable, for additional user...
Dean Camera [Sun, 8 Jul 2012 10:24:39 +0000 (10:24 +0000)]
Update BUILD build system module with OBJECT_FILES variable, for additional user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target.

13 years agoReduce bootloader magic key to 16 bits to save FLASH space.
Dean Camera [Sat, 7 Jul 2012 15:30:35 +0000 (15:30 +0000)]
Reduce bootloader magic key to 16 bits to save FLASH space.

13 years agoUpdate CDC driver INF files so that they should work even on systems without usbser...
Dean Camera [Sat, 7 Jul 2012 13:43:15 +0000 (13:43 +0000)]
Update CDC driver INF files so that they should work even on systems without usbser.sys extracted by default (see MS KB entry 837637).

13 years agoMinor documentation improvements.
Dean Camera [Fri, 6 Jul 2012 20:16:22 +0000 (20:16 +0000)]
Minor documentation improvements.

13 years agoFix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_...
Dean Camera [Thu, 5 Jul 2012 18:32:50 +0000 (18:32 +0000)]
Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LUFA_ROOT_PATH rather than LUFA_PATH.

13 years agoMinor documentation improvements.
Dean Camera [Tue, 3 Jul 2012 16:00:31 +0000 (16:00 +0000)]
Minor documentation improvements.

13 years agoFixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs...
Dean Camera [Tue, 3 Jul 2012 15:54:17 +0000 (15:54 +0000)]
Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).

13 years agoMinor documentation improvements.
Dean Camera [Tue, 3 Jul 2012 15:53:44 +0000 (15:53 +0000)]
Minor documentation improvements.

13 years agoFix up non-relative header file include paths (thanks to Kim Blomqvist).
Dean Camera [Sun, 1 Jul 2012 13:20:16 +0000 (13:20 +0000)]
Fix up non-relative header file include paths (thanks to Kim Blomqvist).

13 years agoFixed CDC and DFU bootloaders API page erase and write function failures (thanks...
Dean Camera [Fri, 29 Jun 2012 04:55:44 +0000 (04:55 +0000)]
Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).

13 years agoFixed invalid configuration descriptor in the low level KeyboardMouse device demo...
Dean Camera [Wed, 27 Jun 2012 19:41:30 +0000 (19:41 +0000)]
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).

13 years agoFix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
Dean Camera [Tue, 26 Jun 2012 18:53:30 +0000 (18:53 +0000)]
Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.

13 years agoClean up bootloader makefiles to make them a bit more readable.
Dean Camera [Tue, 26 Jun 2012 17:54:04 +0000 (17:54 +0000)]
Clean up bootloader makefiles to make them a bit more readable.

13 years agoAdd "mostlyclean" makefile target to the BUILD build system module.
Dean Camera [Tue, 26 Jun 2012 17:37:25 +0000 (17:37 +0000)]
Add "mostlyclean" makefile target to the BUILD build system module.

13 years agoDon't enforce silent output on submake - pass down the value set by the user implicit...
Dean Camera [Sun, 24 Jun 2012 19:38:37 +0000 (19:38 +0000)]
Don't enforce silent output on submake - pass down the value set by the user implicitly instead.

13 years agoMake sure dependency files are generated for assembly files too in the BUILD build...
Dean Camera [Sun, 24 Jun 2012 15:48:30 +0000 (15:48 +0000)]
Make sure dependency files are generated for assembly files too in the BUILD build system module. Minor code cleanups.

13 years agoFix hard-coded cross-arch utility name in the BUILD build system module.
Dean Camera [Sun, 24 Jun 2012 13:32:39 +0000 (13:32 +0000)]
Fix hard-coded cross-arch utility name in the BUILD build system module.

13 years agoClean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated...
Dean Camera [Sat, 23 Jun 2012 17:03:01 +0000 (17:03 +0000)]
Clean up DOXYGEN and SOURCES build system modules - use non-recursively evaluated make variables.

13 years agoClean up BuildTest and Maintenance makefiles - use non-recursively evaluated make...
Dean Camera [Sat, 23 Jun 2012 17:02:15 +0000 (17:02 +0000)]
Clean up BuildTest and Maintenance makefiles - use non-recursively evaluated make variables.

13 years agoClean up BUILD build system module, expose "check-source" target for use in user...
Dean Camera [Sat, 23 Jun 2012 17:01:08 +0000 (17:01 +0000)]
Clean up BUILD build system module, expose "check-source" target for use in user applications.

13 years agoMove out BUILD build system module start and end messages to the respective targets...
Dean Camera [Sat, 23 Jun 2012 15:18:16 +0000 (15:18 +0000)]
Move out BUILD build system module start and end messages to the respective targets, as they are only used once.

13 years agoAdd ability to archive build object files into a .a library file to the BUILD build...
Dean Camera [Sat, 23 Jun 2012 15:15:52 +0000 (15:15 +0000)]
Add ability to archive build object files into a .a library file to the BUILD build system module.

13 years agoOops - fix HID build system module documentation error.
Dean Camera [Thu, 21 Jun 2012 21:22:05 +0000 (21:22 +0000)]
Oops - fix HID build system module documentation error.

13 years agoAdd svn:eol-style property on all source files where it was missing. Fix line endings...
Dean Camera [Thu, 21 Jun 2012 20:27:00 +0000 (20:27 +0000)]
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.

13 years agoAdd HID bootloader build module (thanks to Stefan Hellermann).
Dean Camera [Thu, 21 Jun 2012 20:24:29 +0000 (20:24 +0000)]
Add HID bootloader build module (thanks to Stefan Hellermann).

13 years agoAdd additional sanity checks to the inputs of several AVR32 platform clock management...
Dean Camera [Thu, 21 Jun 2012 20:21:06 +0000 (20:21 +0000)]
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.

13 years agoMinor build system improvements - force default shell.
Dean Camera [Thu, 21 Jun 2012 20:06:10 +0000 (20:06 +0000)]
Minor build system improvements - force default shell.

13 years agoEnable GCC's -pipe option by default, to build projects using intermediary logical...
Dean Camera [Tue, 19 Jun 2012 19:36:03 +0000 (19:36 +0000)]
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.

13 years agoAdd extra human readable output to the build test makefile scripts.
Dean Camera [Tue, 19 Jun 2012 19:35:12 +0000 (19:35 +0000)]
Add extra human readable output to the build test makefile scripts.

13 years agoRevert change to assembly file comment syntax; this apparently breaks on the current...
Dean Camera [Tue, 19 Jun 2012 19:31:01 +0000 (19:31 +0000)]
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.

13 years agoMinor makefile fixes - add phony targets, remove silence switch from the root makefil...
Dean Camera [Mon, 18 Jun 2012 20:36:51 +0000 (20:36 +0000)]
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.

13 years agoOops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone progr...
Dean Camera [Sun, 17 Jun 2012 15:35:17 +0000 (15:35 +0000)]
Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.

13 years agoRe-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks...
Dean Camera [Sun, 17 Jun 2012 12:55:50 +0000 (12:55 +0000)]
Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.

13 years agoMinor build system improvements - move out AVRDUDE base flags into a makefile variabl...
Dean Camera [Sun, 17 Jun 2012 11:40:50 +0000 (11:40 +0000)]
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.

13 years agoReplace C style comments in assembly code with true assembly comments for consistency...
Dean Camera [Sun, 17 Jun 2012 10:59:49 +0000 (10:59 +0000)]
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.

13 years agoModify CDC and DFU bootloaders so that the various BootloaderAPI components are in...
Dean Camera [Fri, 15 Jun 2012 16:02:19 +0000 (16:02 +0000)]
Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.

13 years agoAdd missing <math.h> include for the UC3 devices, hide CDC class driver stream functi...
Dean Camera [Tue, 12 Jun 2012 19:49:15 +0000 (19:49 +0000)]
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.

13 years agoRemove unused makefile macro from the DFU bootloader.
Dean Camera [Tue, 12 Jun 2012 17:10:24 +0000 (17:10 +0000)]
Remove unused makefile macro from the DFU bootloader.

13 years agoAdd ability to generate SYM files in the BUILD module. Clean up build system output...
Dean Camera [Mon, 11 Jun 2012 18:58:14 +0000 (18:58 +0000)]
Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.

13 years agoFix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build...
Dean Camera [Sun, 10 Jun 2012 20:08:02 +0000 (20:08 +0000)]
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.

13 years agoMinor documentation improvements.
Dean Camera [Sun, 10 Jun 2012 20:02:52 +0000 (20:02 +0000)]
Minor documentation improvements.

13 years agoAdd checks to the endpoint and pipe configure functions and fail if the requested...
Dean Camera [Sun, 10 Jun 2012 19:53:20 +0000 (19:53 +0000)]
Add checks to the endpoint and pipe configure functions and fail if the requested endpoint or pipe number is above the maximum for that device.

13 years agoAdd OBJDIR optional build variable to the BULD build system module, to allow the...
Dean Camera [Sun, 10 Jun 2012 19:39:40 +0000 (19:39 +0000)]
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.

13 years agoFix up core library makefile clean target to properly remove dependency files.
Dean Camera [Sun, 10 Jun 2012 18:40:39 +0000 (18:40 +0000)]
Fix up core library makefile clean target to properly remove dependency files.

13 years agoMake sure the main library core makefile does not interfere with the Doxygen module...
Dean Camera [Sun, 10 Jun 2012 18:35:57 +0000 (18:35 +0000)]
Make sure the main library core makefile does not interfere with the Doxygen module configuration if included in a legacy makefile.

13 years agoMinor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).
Dean Camera [Sun, 10 Jun 2012 15:59:09 +0000 (15:59 +0000)]
Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).

13 years agoUpdate CORE build system module to convert the sorted module data lists into printabl...
Dean Camera [Sun, 10 Jun 2012 15:37:49 +0000 (15:37 +0000)]
Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.

13 years agoAdd a list of module provided make variables and macros to the build system modules.
Dean Camera [Sun, 10 Jun 2012 15:31:03 +0000 (15:31 +0000)]
Add a list of module provided make variables and macros to the build system modules.

13 years agoAdd Build System documentation to the library manual. Update CPPCHECK build system...
Dean Camera [Sun, 10 Jun 2012 14:59:13 +0000 (14:59 +0000)]
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.

13 years agoMinor tweak to the BuildTest master makefile for better console output.
Dean Camera [Sun, 10 Jun 2012 13:10:07 +0000 (13:10 +0000)]
Minor tweak to the BuildTest master makefile for better console output.

13 years agoAdd MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
Dean Camera [Sun, 10 Jun 2012 13:09:39 +0000 (13:09 +0000)]
Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.

13 years agoFix BoardDriverTest build test clean target.
Dean Camera [Sun, 10 Jun 2012 11:42:11 +0000 (11:42 +0000)]
Fix BoardDriverTest build test clean target.

13 years agoAdd compile time warnings for experimental architectures, for those that don't read...
Dean Camera [Sun, 10 Jun 2012 10:59:13 +0000 (10:59 +0000)]
Add compile time warnings for experimental architectures, for those that don't read the manual.

13 years agoMinor build system sanity check fixes.
Dean Camera [Sun, 10 Jun 2012 10:31:38 +0000 (10:31 +0000)]
Minor build system sanity check fixes.

13 years agoChange the build system build module makefiles to have a set of sanity check macros...
Dean Camera [Sun, 10 Jun 2012 08:06:13 +0000 (08:06 +0000)]
Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks.

13 years agoSpell check source code, fix mistakes.
Dean Camera [Sat, 9 Jun 2012 20:33:56 +0000 (20:33 +0000)]
Spell check source code, fix mistakes.

13 years agoFix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.
Dean Camera [Sat, 9 Jun 2012 19:47:14 +0000 (19:47 +0000)]
Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.

13 years agoClean up bootloader makefile comments.
Dean Camera [Sat, 9 Jun 2012 13:39:56 +0000 (13:39 +0000)]
Clean up bootloader makefile comments.

13 years agoAdded new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE(...
Dean Camera [Sat, 9 Jun 2012 13:00:56 +0000 (13:00 +0000)]
Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called.

Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader.

13 years agoMinor documentation changes.
Dean Camera [Thu, 7 Jun 2012 20:50:03 +0000 (20:50 +0000)]
Minor documentation changes.

13 years agoUpdate SVN line endings property on newer source files to native.
Dean Camera [Thu, 7 Jun 2012 20:49:47 +0000 (20:49 +0000)]
Update SVN line endings property on newer source files to native.

13 years agoOops - really fix logic errors in USBMode.h.
Dean Camera [Wed, 6 Jun 2012 19:58:51 +0000 (19:58 +0000)]
Oops - really fix logic errors in USBMode.h.

13 years agoFix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
Dean Camera [Wed, 6 Jun 2012 19:39:38 +0000 (19:39 +0000)]
Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.

13 years agoFix BUILD module so that user flags are applied after all auto-generated flags, ensur...
Dean Camera [Wed, 6 Jun 2012 19:24:22 +0000 (19:24 +0000)]
Fix BUILD module so that user flags are applied after all auto-generated flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256").

13 years agoSimplify AVRDUDE build module, ensure that the correct target names for FLASH and...
Dean Camera [Wed, 6 Jun 2012 19:22:20 +0000 (19:22 +0000)]
Simplify AVRDUDE build module, ensure that the correct target names for FLASH and EEPROM writing are passed to the programmer tool.

13 years agoAdd optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous...
Dean Camera [Wed, 6 Jun 2012 19:21:40 +0000 (19:21 +0000)]
Add optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for miscellaneous user flags. Ensure the user flags are applied after all auto-generated flags.

13 years agoImprove DFU build module to use symbolic names for the target HEX and EEP filenames.
Dean Camera [Wed, 6 Jun 2012 19:12:21 +0000 (19:12 +0000)]
Improve DFU build module to use symbolic names for the target HEX and EEP filenames.

13 years agoImprove ATPROGRAM build module to support UC3 devices and use intelligent erase for...
Dean Camera [Wed, 6 Jun 2012 19:10:52 +0000 (19:10 +0000)]
Improve ATPROGRAM build module to support UC3 devices and use intelligent erase for XMEGA and UC3.

13 years agoFix typo in the UC3 host pipe driver. Improve library TAR export exclusion filetype...
Dean Camera [Wed, 6 Jun 2012 19:09:06 +0000 (19:09 +0000)]
Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion filetype filter.

13 years agoStrip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build...
Dean Camera [Tue, 5 Jun 2012 18:35:05 +0000 (18:35 +0000)]
Strip out BuildTest sub-makefile contents as much as possible. Remove old UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile.

13 years agoFix typos in recursive make rules.
Dean Camera [Mon, 4 Jun 2012 17:09:44 +0000 (17:09 +0000)]
Fix typos in recursive make rules.

13 years agoAdd new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all...
Dean Camera [Mon, 4 Jun 2012 16:31:50 +0000 (16:31 +0000)]
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.

13 years agoAdd default project template to the Doxygen manual of the library.
Dean Camera [Mon, 4 Jun 2012 15:39:06 +0000 (15:39 +0000)]
Add default project template to the Doxygen manual of the library.

13 years agoAdd symbol-sizes target to the BUILD build system module to print a size-sorted list...
Dean Camera [Mon, 4 Jun 2012 15:38:45 +0000 (15:38 +0000)]
Add symbol-sizes target to the BUILD build system module to print a size-sorted list of symbols from a compiled application, in decimal bytes.

13 years agoAdd emergency aborts to the recursive makefiles to prevent system failures due to...
Dean Camera [Mon, 4 Jun 2012 15:38:05 +0000 (15:38 +0000)]
Add emergency aborts to the recursive makefiles to prevent system failures due to infinite recursion if something happens while building the project lists.

13 years agoDon't show a list of object/dependency files in the human friendly output of the...
Dean Camera [Sun, 3 Jun 2012 20:34:46 +0000 (20:34 +0000)]
Don't show a list of object/dependency files in the human friendly output of the BUILD module clean command. Use a unique message prefix for assembling vs. compiling.

13 years agoCorrect BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.
Dean Camera [Sun, 3 Jun 2012 20:06:21 +0000 (20:06 +0000)]
Correct BuildTest makefiles to use LUFA_PATH rather than LUFA_ROOT_PATH.

13 years agoSwitch StaticAnalysisTest build test to use the new build system CPPCHECK module...
Dean Camera [Sun, 3 Jun 2012 19:44:15 +0000 (19:44 +0000)]
Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.

13 years agoAdd new CPPCHECK build system module for static code analysis of projects.
Dean Camera [Sun, 3 Jun 2012 19:43:36 +0000 (19:43 +0000)]
Add new CPPCHECK build system module for static code analysis of projects.

13 years agoQuiet initial recursive makefile invocation for all projects.
Dean Camera [Sun, 3 Jun 2012 15:20:51 +0000 (15:20 +0000)]
Quiet initial recursive makefile invocation for all projects.

13 years agoUse auto-detection of project directories for the demo, project and bootloader makefiles.
Dean Camera [Sun, 3 Jun 2012 15:04:10 +0000 (15:04 +0000)]
Use auto-detection of project directories for the demo, project and bootloader makefiles.

13 years agoDisable inbuilt make rules in the LUFA build system for speedups when compiling many...
Dean Camera [Sun, 3 Jun 2012 14:32:29 +0000 (14:32 +0000)]
Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.

13 years agoAdd explicit blank checks in the build system for user-set but blank variables that...
Dean Camera [Sun, 3 Jun 2012 12:39:53 +0000 (12:39 +0000)]
Add explicit blank checks in the build system for user-set but blank variables that must not be blank.

13 years agoAdd .PHONY targets in all build system modules. Alter BUILD module so that the existe...
Dean Camera [Sun, 3 Jun 2012 12:17:37 +0000 (12:17 +0000)]
Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started.

13 years agoAdd $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes...
Dean Camera [Sun, 3 Jun 2012 11:00:38 +0000 (11:00 +0000)]
Add $(MAKEFILE_LIST) as a dependency on build rules that could be altered by changes to the makefiles - if the user alters the project makefile, require that all modules are rebuilt.

13 years agoUpdate CORE build module to print out additional help information.
Dean Camera [Sat, 2 Jun 2012 22:14:24 +0000 (22:14 +0000)]
Update CORE build module to print out additional help information.

13 years agoRename program_ee AVRDUDE module target to program-ee. Update CORE build module to...
Dean Camera [Sat, 2 Jun 2012 21:58:24 +0000 (21:58 +0000)]
Rename program_ee AVRDUDE module target to program-ee. Update CORE build module to print out lists one item per line, rather than all on one line.

13 years agoFix AVRDUDE and BUILD build system module comments.
Dean Camera [Sat, 2 Jun 2012 21:47:16 +0000 (21:47 +0000)]
Fix AVRDUDE and BUILD build system module comments.

13 years agoClean up CORE build system module, use simple rather than recursive make variables...
Dean Camera [Sat, 2 Jun 2012 21:45:51 +0000 (21:45 +0000)]
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.

13 years agoAdd platform driver dispatch header and makefile module source variable.
Dean Camera [Sat, 2 Jun 2012 19:56:50 +0000 (19:56 +0000)]
Add platform driver dispatch header and makefile module source variable.

13 years agoFix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.
Dean Camera [Sat, 2 Jun 2012 19:34:10 +0000 (19:34 +0000)]
Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.

13 years agoClean up BUILD build system module - seperate architecture utility prefix code and...
Dean Camera [Sat, 2 Jun 2012 19:24:02 +0000 (19:24 +0000)]
Clean up BUILD build system module - seperate architecture utility prefix code and sanity check from the CC_FLAGS construction code. Add target to print GCC version.

13 years agoAdd dependency file tracking to the BUILD build system module.
Dean Camera [Sat, 2 Jun 2012 16:49:28 +0000 (16:49 +0000)]
Add dependency file tracking to the BUILD build system module.

13 years agoFix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board button...
Dean Camera [Sat, 2 Jun 2012 16:35:29 +0000 (16:35 +0000)]
Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board buttons driver.

13 years agoEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physica...
Dean Camera [Sat, 2 Jun 2012 15:50:10 +0000 (15:50 +0000)]
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target.

13 years agoMinor documentation improvements.
Dean Camera [Sat, 2 Jun 2012 14:14:56 +0000 (14:14 +0000)]
Minor documentation improvements.

13 years agoUpdate library documentation on the standard LUFA makefile template configuration.
Dean Camera [Sat, 2 Jun 2012 14:10:02 +0000 (14:10 +0000)]
Update library documentation on the standard LUFA makefile template configuration.