aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Collapse)Author
2012-07-30Reset to placeholder version values in the library after the 120730 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2429 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-30Commit for the 120730 release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2427 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-29Fix broken code sample section spacing in the Doxygen documentation due to a ↵Dean
missing line-height CSS property. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2426 d5102386-fcda-11dd-9fdb-3debd5008f28
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-26Add support for the Olimex AVR-ISP-MK2 board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2420 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Fix errors in some board driver LED_Disable() functions.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2419 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-24Add missing UC3 architecture F_USB configuration checks.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2414 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-23Make the bootloader generation maintenance script copy over the project ↵Dean
license text when generation is complete. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2412 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-22Add missing INTC_GetInterruptHandler() function prototype.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2409 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵Dean
(thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2408 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-16Commit for the LUFA-120730-BETA release.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2406 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2405 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵Dean
Turn off generation of debug information when performing a validation build, and when running the build tests. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2404 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Update makefile template with the new build module filenames.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2402 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Fix up main library core makefile include paths.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2401 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-14Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ↵Dean
line with the DFU module target names. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2399 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-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-10Add check and error to the BUILD module if OBJDIR option is set but object ↵Dean
filenames are not unique. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2392 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-09Fix broken builds when OBJDIR is specified in the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2390 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-09Remove unnecessary build system modules from the HID EEPROM Loader shim ↵Dean
application makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2389 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-08Clean up HID EEPROM loader shim application code, simplify project makefile. ↵Dean
Ensure shim application is properly rebuild by explicitly cleaning it before requesting a rebuild. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2388 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-08Update BUILD build system module with OBJECT_FILES variable, for additional ↵Dean
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2387 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-06Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2384 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-05Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use ↵Dean
LUFA_ROOT_PATH rather than LUFA_PATH. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2383 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵Dean
LEDs_ChangeLEDs() function implementations (thanks to MitchJS). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2380 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-03Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2379 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-01Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2378 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures ↵Dean
(thanks to Martin Lambert). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2377 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-27Fixed invalid configuration descriptor in the low level KeyboardMouse device ↵Dean
demo (thanks to Jun Wako). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2376 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Clean up bootloader makefiles to make them a bit more readable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2374 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Add "mostlyclean" makefile target to the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2373 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Make sure dependency files are generated for assembly files too in the BUILD ↵Dean
build system module. Minor code cleanups. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2371 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-24Fix hard-coded cross-arch utility name in the BUILD build system module.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2370 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up DOXYGEN and SOURCES build system modules - use non-recursively ↵Dean
evaluated make variables. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2369 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Clean up BUILD build system module, expose "check-source" target for use in ↵Dean
user applications. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2367 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Move out BUILD build system module start and end messages to the respective ↵Dean
targets, as they are only used once. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2366 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-23Add ability to archive build object files into a .a library file to the ↵Dean
BUILD build system module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2365 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Oops - fix HID build system module documentation error.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2363 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add svn:eol-style property on all source files where it was missing. Fix ↵Dean
line endings of all makefile, *.c and *.h files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2361 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-21Add additional sanity checks to the inputs of several AVR32 platform clock ↵Dean
management driver functions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2359 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Minor build system improvements - force default shell.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2358 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Enable GCC's -pipe option by default, to build projects using intermediary ↵Dean
logical OS pipes rather than temporary files on disk. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2357 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean
current AVR32 GNU assembler. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2355 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-18Minor makefile fixes - add phony targets, remove silence switch from the ↵Dean
root makefile and add missing build modules to the ClassDriver VirtualSerial device demo. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Minor build system improvements - move out AVRDUDE base flags into a ↵Dean
makefile variable, clean up BUILD module. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2351 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Replace C style comments in assembly code with true assembly comments for ↵Dean
consistency and to prevent it from confusing syntax highlighters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2349 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-12Add missing <math.h> include for the UC3 devices, hide CDC class driver ↵Dean
stream functions for unsupported platforms. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2343 d5102386-fcda-11dd-9fdb-3debd5008f28