Revert incorrect XMEGA interrupt disable patch; all flags *except* the interrupt...
[pub/USBasp.git] / LUFA / makefile
2013-03-20 Dean CameraFix broken core library Doxygen version number makefile...
2013-03-12 Dean CameraFix "grep: Version.h: No such file or directory" error...
2013-01-10 Dean CameraFix invalid module IDs and update VSIX packing script...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraAdd Atmel Studio integration files.
2012-08-27 Dean CameraFix include path of the LUFA SOURCES build module from...
2012-08-18 Dean CameraAdded new doxygen_upgrade and doxygen_create targets...
2012-07-14 Dean CameraFix up main library core makefile include paths.
2012-07-05 Dean CameraFix LUFA_SRC_PLATFORM makefile variable in the SOURCES...
2012-06-18 Dean CameraMinor makefile fixes - add phony targets, remove silenc...
2012-06-11 Dean CameraAdd ability to generate SYM files in the BUILD module...
2012-06-10 Dean CameraFix up core library makefile clean target to properly...
2012-06-10 Dean CameraMake sure the main library core makefile does not inter...
2012-06-06 Dean CameraFix BUILD module so that user flags are applied after...
2012-06-06 Dean CameraFix typo in the UC3 host pipe driver. Improve library...
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
2012-06-02 Dean CameraAdd platform driver dispatch header and makefile module...
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-06-02 Dean CameraUpdate library documentation on the standard LUFA makef...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
2012-04-09 Dean CameraRemove outdated documentation from the library, minor...
2012-04-09 Dean CameraMake Doxygen fail for any Doxygen output other than...
2012-04-08 Dean CameraRemoved the old pseudo-scheduler from the library as...
2012-04-08 Dean CameraAdd additional specific sub-family parts to the ModuleT...
2012-04-07 Dean CameraOops - fix broken makefile tar rule.
2012-04-07 Dean CameraFix up Doxygen documentation directives to allow for...
2012-04-07 Dean CameraAdd extra LUFA TAR archive export exclusions.
2012-04-07 Dean CameraAdd main library makefile target "export_tar" to export...
2012-03-09 Dean CameraOnly abort Doxygen documentation generation if a non...
2012-03-09 Dean CameraUpdate Doxygen documentation build scripts to fail...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-07-14 Dean CameraAdd XMEGA to the LUFA core library makefile's list...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-08 Dean CameraAdded new Host mode Audio Class driver.
2011-05-26 Dean CameraCopy out the EndpointStream and PipeStream functions...
2011-05-18 Dean CameraAdd new "version" makefile target to the main LUFA...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-15 Dean CameraMinor documentation corrections.
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-08 Dean CameraUpdate main library makefile with missing source files...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-01-29 Dean CameraAdd MIME type handling to the Webserver project, so...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-10-26 Dean CameraMake HID device class driver reselect the correct endpo...
2009-09-14 Dean CameraFix LUFA event list generation rule in the main LUFA...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-08-30 Dean CameraRemove deleted source files from the LUFA library makefile.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-04-17 Dean CameraRenamed Serial_Stream driver to SerialStream to remain...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-02-23 Dean CameraMoved all source to the trunk directory.