Dean Camera [Wed, 25 Jul 2012 15:47:24 +0000 (15:47 +0000)]
Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script.
Dean Camera [Tue, 24 Jul 2012 15:43:39 +0000 (15:43 +0000)]
Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values.
Dean Camera [Tue, 24 Jul 2012 05:13:06 +0000 (05:13 +0000)]
Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available.
Dean Camera [Tue, 24 Jul 2012 05:03:11 +0000 (05:03 +0000)]
Add missing UC3 architecture F_USB configuration checks.
Dean Camera [Mon, 23 Jul 2012 20:00:32 +0000 (20:00 +0000)]
Add missing supported bootloader configurations to the BootloaderTest build test.
Dean Camera [Mon, 23 Jul 2012 19:19:34 +0000 (19:19 +0000)]
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
Dean Camera [Mon, 23 Jul 2012 19:13:52 +0000 (19:13 +0000)]
Update bootloader build test with bootloader target board information.
Dean Camera [Mon, 23 Jul 2012 19:04:01 +0000 (19:04 +0000)]
Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.
Dean Camera [Sun, 22 Jul 2012 14:00:58 +0000 (14:00 +0000)]
Add missing INTC_GetInterruptHandler() function prototype.
Dean Camera [Sun, 22 Jul 2012 13:32:39 +0000 (13:32 +0000)]
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
Dean Camera [Mon, 16 Jul 2012 17:07:47 +0000 (17:07 +0000)]
Commit for the LUFA-120730-BETA release.
Dean Camera [Sun, 15 Jul 2012 18:49:42 +0000 (18:49 +0000)]
Minor documentation improvements.
Dean Camera [Sun, 15 Jul 2012 09:59:35 +0000 (09:59 +0000)]
Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
Dean Camera [Sat, 14 Jul 2012 23:04:37 +0000 (23:04 +0000)]
Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
Dean Camera [Sat, 14 Jul 2012 16:14:17 +0000 (16:14 +0000)]
Update makefile template with the new build module filenames.
Dean Camera [Sat, 14 Jul 2012 13:24:59 +0000 (13:24 +0000)]
Fix up main library core makefile include paths.
Dean Camera [Sat, 14 Jul 2012 13:18:13 +0000 (13:18 +0000)]
Rename build system module makefiles from "lufa.MODULE.in" to "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.
Dean Camera [Sat, 14 Jul 2012 12:59:53 +0000 (12:59 +0000)]
Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.
Dean Camera [Wed, 11 Jul 2012 19:57:19 +0000 (19:57 +0000)]
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
Dean Camera [Tue, 10 Jul 2012 21:16:17 +0000 (21:16 +0000)]
Oops - override OBJDIR with "." not blank for the XPLAINBridge project.
Dean Camera [Tue, 10 Jul 2012 21:13:09 +0000 (21:13 +0000)]
Override the OBJDIR setting for the XPLAINBridge project, as this currently 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.
Dean Camera [Tue, 10 Jul 2012 20:49:03 +0000 (20:49 +0000)]
Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.
Dean Camera [Tue, 10 Jul 2012 20:15:48 +0000 (20:15 +0000)]
Fix Maintenance makefile calling "make" directly rather than using $(MAKE).
Dean Camera [Tue, 10 Jul 2012 19:33:39 +0000 (19:33 +0000)]
Fix up makefile .NOTPARALLEL heuristics so that linear building is only 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.
Dean Camera [Tue, 10 Jul 2012 18:51:21 +0000 (18:51 +0000)]
Add check and error to the BUILD module if OBJDIR option is set but object filenames are not unique.
Dean Camera [Tue, 10 Jul 2012 18:30:41 +0000 (18:30 +0000)]
Slightly better method of recursive make - use proper make dependencies to allow for parallel builds.
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.
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.
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.
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.
Dean Camera [Sat, 7 Jul 2012 15:30:35 +0000 (15:30 +0000)]
Reduce bootloader magic key to 16 bits to save FLASH space.
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).
Dean Camera [Fri, 6 Jul 2012 20:16:22 +0000 (20:16 +0000)]
Minor documentation improvements.
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.
Dean Camera [Tue, 3 Jul 2012 16:00:31 +0000 (16:00 +0000)]
Minor documentation improvements.
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).
Dean Camera [Tue, 3 Jul 2012 15:53:44 +0000 (15:53 +0000)]
Minor documentation improvements.
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).
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).
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).
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.
Dean Camera [Tue, 26 Jun 2012 17:54:04 +0000 (17:54 +0000)]
Clean up bootloader makefiles to make them a bit more readable.
Dean Camera [Tue, 26 Jun 2012 17:37:25 +0000 (17:37 +0000)]
Add "mostlyclean" makefile target to the BUILD build system module.
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.
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.
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.
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.
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.
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.
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.
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.
Dean Camera [Thu, 21 Jun 2012 21:22:05 +0000 (21:22 +0000)]
Oops - fix HID build system module documentation error.
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.
Dean Camera [Thu, 21 Jun 2012 20:24:29 +0000 (20:24 +0000)]
Add HID bootloader build module (thanks to Stefan Hellermann).
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.
Dean Camera [Thu, 21 Jun 2012 20:06:10 +0000 (20:06 +0000)]
Minor build system improvements - force default shell.
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.
Dean Camera [Tue, 19 Jun 2012 19:35:12 +0000 (19:35 +0000)]
Add extra human readable output to the build test makefile scripts.
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.
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.
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.
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.
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.
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.
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.
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.
Dean Camera [Tue, 12 Jun 2012 17:10:24 +0000 (17:10 +0000)]
Remove unused makefile macro from the DFU bootloader.
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.
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.
Dean Camera [Sun, 10 Jun 2012 20:02:52 +0000 (20:02 +0000)]
Minor documentation improvements.
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.
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.
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.
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.
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).
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.
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.
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.
Dean Camera [Sun, 10 Jun 2012 13:10:07 +0000 (13:10 +0000)]
Minor tweak to the BuildTest master makefile for better console output.
Dean Camera [Sun, 10 Jun 2012 13:09:39 +0000 (13:09 +0000)]
Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
Dean Camera [Sun, 10 Jun 2012 11:42:11 +0000 (11:42 +0000)]
Fix BoardDriverTest build test clean target.
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.
Dean Camera [Sun, 10 Jun 2012 10:31:38 +0000 (10:31 +0000)]
Minor build system sanity check fixes.
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.
Dean Camera [Sat, 9 Jun 2012 20:33:56 +0000 (20:33 +0000)]
Spell check source code, fix mistakes.
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.
Dean Camera [Sat, 9 Jun 2012 13:39:56 +0000 (13:39 +0000)]
Clean up bootloader makefile comments.
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.
Dean Camera [Thu, 7 Jun 2012 20:50:03 +0000 (20:50 +0000)]
Minor documentation changes.
Dean Camera [Thu, 7 Jun 2012 20:49:47 +0000 (20:49 +0000)]
Update SVN line endings property on newer source files to native.
Dean Camera [Wed, 6 Jun 2012 19:58:51 +0000 (19:58 +0000)]
Oops - really 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.
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").
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.
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.
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.
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.
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.
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.
Dean Camera [Mon, 4 Jun 2012 17:09:44 +0000 (17:09 +0000)]
Fix typos in recursive make rules.