aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-26add new test programHEADmasterDonald Delmar Davis
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-29Enhance bootloader descriptor strings in the CDC and DFU bootloaders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2424 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-28Add missing source URL for the HID DLL library use in the TempDataLogger ↵Dean
application. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2423 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2422 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-26Add hack to the XPLAINBridge project to allow it to compile even if an ↵Dean
identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2421 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-26Minor documentation fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2418 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-25Split out bootloader HEX generation into separate directories for each ↵Dean
bootloader in the maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2417 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-24Extend bootloader build test to include all supported configurations ↵Dean
including the special XPLAIN board configuration and possible F_USB values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2416 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-24Force the maintenance script to built bootloaders with F_USB values of 8MHz ↵Dean
and 16Mhz - fix when additional architecture bootloaders are available. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2415 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-23Add missing supported bootloader configurations to the BootloaderTest build ↵Dean
test. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2413 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-23Update bootloader build test with bootloader target board information.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2411 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-23Add a "make_bootloaders" target to the Maintenance makefile, to generate all ↵Dean
possible bootloaders and archive them for separate distribution. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2410 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-14Use immediate variable expansion in the second-deepest level makefile ↵Dean
scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2403 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-10Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2397 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Override the OBJDIR setting for the XPLAINBridge project, as this currently ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2396 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Mark build test makefiles as being incompatible with parallel make builds, ↵Dean
as they re-use the same object directories. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2395 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-10Fix Maintenance makefile calling "make" directly rather than using $(MAKE).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2394 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-10Slightly better method of recursive make - use proper make dependencies to ↵Dean
allow for parallel builds. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2391 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-07Reduce bootloader magic key to 16 bits to save FLASH space.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2386 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-07Update CDC driver INF files so that they should work even on systems without ↵Dean
usbser.sys extracted by default (see MS KB entry 837637). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2385 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-03Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2381 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