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