aboutsummaryrefslogtreecommitdiff
path: root/LUFA/makefile
AgeCommit message (Expand)Author
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
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-01-29Add MIME type handling to the Webserver project, so that files of different t...Dean
2009-12-30Update copyright year to 2010.Dean
2009-11-04Added new Printer Host mode Class driver.Dean
2009-10-26Make HID device class driver reselect the correct endpoint after the user cal...Dean
2009-09-14Fix LUFA event list generation rule in the main LUFA makefile (thanks to Thom...Dean
2009-09-06Add in new invalid event hook check targets to project makefiles to produce c...Dean
2009-08-30Remove deleted source files from the LUFA library makefile.Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-04-17Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean
2009-04-16Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean