| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken core library Doxygen version number makefile macro. | Dean Camera | 2013-03-20 | 1 | -1/+1 |
* | Fix "grep: Version.h: No such file or directory" error when including the cor... | Dean Camera | 2013-03-12 | 1 | -1/+1 |
* | Fix invalid module IDs and update VSIX packing script to ensure the database ... | Dean Camera | 2013-01-10 | 1 | -1/+1 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
* | Add Atmel Studio integration files. | Dean Camera | 2013-01-03 | 1 | -3/+3 |
* | Fix include path of the LUFA SOURCES build module from the master build modul... | Dean Camera | 2012-08-27 | 1 | -1/+1 |
* | Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build sys... | Dean Camera | 2012-08-18 | 1 | -1/+4 |
* | Fix up main library core makefile include paths. | Dean Camera | 2012-07-14 | 1 | -3/+3 |
* | Fix LUFA_SRC_PLATFORM makefile variable in the SOURCES build module to use LU... | Dean Camera | 2012-07-05 | 1 | -2/+2 |
* | Minor makefile fixes - add phony targets, remove silence switch from the root... | Dean Camera | 2012-06-18 | 1 | -0/+3 |
* | Add ability to generate SYM files in the BUILD module. Clean up build system ... | Dean Camera | 2012-06-11 | 1 | -0/+3 |
* | Fix up core library makefile clean target to properly remove dependency files. | Dean Camera | 2012-06-10 | 1 | -3/+3 |
* | Make sure the main library core makefile does not interfere with the Doxygen ... | Dean Camera | 2012-06-10 | 1 | -7/+3 |
* | Fix BUILD module so that user flags are applied after all auto-generated flag... | Dean Camera | 2012-06-06 | 1 | -1/+1 |
* | Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion fi... | Dean Camera | 2012-06-06 | 1 | -1/+1 |
* | Clean up CORE build system module, use simple rather than recursive make vari... | Dean Camera | 2012-06-02 | 1 | -2/+3 |
* | Add platform driver dispatch header and makefile module source variable. | Dean Camera | 2012-06-02 | 1 | -0/+1 |
* | Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that... | Dean Camera | 2012-06-02 | 1 | -2/+2 |
* | Update library documentation on the standard LUFA makefile template configura... | Dean Camera | 2012-06-02 | 1 | -2/+6 |
* | Switch over Demos, Bootloaders and Projects to the new and improved build sys... | Dean Camera | 2012-06-01 | 1 | -87/+25 |
* | Add missing documentation to custom BuiltTest hardware mapping files. Fix up ... | Dean Camera | 2012-05-27 | 1 | -1/+1 |
* | Remove outdated documentation from the library, minor documentation improveme... | Dean Camera | 2012-04-09 | 1 | -40/+40 |
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as thes... | Dean Camera | 2012-04-09 | 1 | -2/+4 |
* | Removed the old pseudo-scheduler from the library as it was unused and deprec... | Dean Camera | 2012-04-08 | 1 | -3/+1 |
* | Add additional specific sub-family parts to the ModuleTest build test as thes... | Dean Camera | 2012-04-08 | 1 | -5/+7 |
* | Oops - fix broken makefile tar rule. | Dean Camera | 2012-04-07 | 1 | -1/+1 |
* | Fix up Doxygen documentation directives to allow for generation of documentat... | Dean Camera | 2012-04-07 | 1 | -0/+1 |
* | Add extra LUFA TAR archive export exclusions. | Dean Camera | 2012-04-07 | 1 | -1/+1 |
* | Add main library makefile target "export_tar" to export a copy of the library... | Dean Camera | 2012-04-07 | 1 | -1/+6 |
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ... | Dean Camera | 2012-03-09 | 1 | -1/+1 |
* | Update Doxygen documentation build scripts to fail if any warnings are genera... | Dean Camera | 2012-03-09 | 1 | -1/+5 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 1 | -26/+27 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 1 | -14/+14 |
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Add XMEGA to the LUFA core library makefile's list of architectures, so that ... | Dean Camera | 2011-07-14 | 1 | -1/+1 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 1 | -1/+3 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 1 | -12/+13 |
* | Copy out the EndpointStream and PipeStream functions to each architecture, so... | Dean Camera | 2011-05-26 | 1 | -13/+13 |
* | Add new "version" makefile target to the main LUFA library makefile, to give ... | Dean Camera | 2011-05-18 | 1 | -1/+4 |
* | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean Camera | 2011-05-14 | 1 | -3/+6 |
* | Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. | Dean Camera | 2011-03-13 | 1 | -0/+2 |
* | Rename architecture specific driver files, to make them appear with uniquely ... | Dean Camera | 2011-02-20 | 1 | -27/+27 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 1 | -13/+13 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 1 | -2/+7 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -3/+1 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 1 | -1/+1 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -1/+1 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -3/+3 |
* | Minor documentation corrections. | Dean Camera | 2010-09-15 | 1 | -4/+4 |