aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-26add new test programHEADmasterDonald Delmar Davis
2012-07-30Reset to placeholder version values in the library after the 120730 release.Dean
2012-07-30Commit for the 120730 release.Dean
2012-07-29Fix broken code sample section spacing in the Doxygen documentation due to a ...Dean
2012-07-29Upgrade Doxygen configuration files to 1.8.1.2.Dean
2012-07-29Enhance bootloader descriptor strings in the CDC and DFU bootloaders.Dean
2012-07-28Add missing source URL for the HID DLL library use in the TempDataLogger appl...Dean
2012-07-26Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean
2012-07-26Add hack to the XPLAINBridge project to allow it to compile even if an identi...Dean
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
2012-07-26Fix errors in some board driver LED_Disable() functions.Dean
2012-07-26Minor documentation fixes.Dean
2012-07-25Split out bootloader HEX generation into separate directories for each bootlo...Dean
2012-07-24Extend bootloader build test to include all supported configurations includin...Dean
2012-07-24Force the maintenance script to built bootloaders with F_USB values of 8MHz a...Dean
2012-07-24Add missing UC3 architecture F_USB configuration checks.Dean
2012-07-23Add missing supported bootloader configurations to the BootloaderTest build t...Dean
2012-07-23Make the bootloader generation maintenance script copy over the project licen...Dean
2012-07-23Update bootloader build test with bootloader target board information.Dean
2012-07-23Add a "make_bootloaders" target to the Maintenance makefile, to generate all ...Dean
2012-07-22Add missing INTC_GetInterruptHandler() function prototype.Dean
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean
2012-07-16Commit for the LUFA-120730-BETA release.Dean
2012-07-15Minor documentation improvements.Dean
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Tur...Dean
2012-07-14Use immediate variable expansion in the second-deepest level makefile scripts...Dean
2012-07-14Update makefile template with the new build module filenames.Dean
2012-07-14Fix up main library core makefile include paths.Dean
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean
2012-07-14Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ...Dean
2012-07-11Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ...Dean
2012-07-10Oops - override OBJDIR with "." not blank for the XPLAINBridge project.Dean
2012-07-10Override the OBJDIR setting for the XPLAINBridge project, as this currently d...Dean
2012-07-10Mark build test makefiles as being incompatible with parallel make builds, as...Dean
2012-07-10Fix Maintenance makefile calling "make" directly rather than using $(MAKE).Dean
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor...Dean
2012-07-10Add check and error to the BUILD module if OBJDIR option is set but object fi...Dean
2012-07-10Slightly better method of recursive make - use proper make dependencies to al...Dean
2012-07-09Fix broken builds when OBJDIR is specified in the BUILD build system module.Dean
2012-07-09Remove unnecessary build system modules from the HID EEPROM Loader shim appli...Dean
2012-07-08Clean up HID EEPROM loader shim application code, simplify project makefile. ...Dean
2012-07-08Update BUILD build system module with OBJECT_FILES variable, for additional u...Dean
2012-07-07Reduce bootloader magic key to 16 bits to save FLASH space.Dean
2012-07-07Update CDC driver INF files so that they should work even on systems without ...Dean
2012-07-06Minor documentation improvements.Dean
2012-07-05Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LU...Dean
2012-07-03Minor documentation improvements.Dean
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_Chan...Dean
2012-07-03Minor documentation improvements.Dean
2012-07-01Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean