aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated documentation from the library, minor documentation improveme...Dean Camera2012-04-091-40/+40
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-2/+4
* Removed the old pseudo-scheduler from the library as it was unused and deprec...Dean Camera2012-04-081-3/+1
* Add additional specific sub-family parts to the ModuleTest build test as thes...Dean Camera2012-04-081-5/+7
* Oops - fix broken makefile tar rule.Dean Camera2012-04-071-1/+1
* Fix up Doxygen documentation directives to allow for generation of documentat...Dean Camera2012-04-071-0/+1
* Add extra LUFA TAR archive export exclusions.Dean Camera2012-04-071-1/+1
* Add main library makefile target "export_tar" to export a copy of the library...Dean Camera2012-04-071-1/+6
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+5
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-241-26/+27
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-14/+14
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Add XMEGA to the LUFA core library makefile's list of architectures, so that ...Dean Camera2011-07-141-1/+1
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-1/+3
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-12/+13
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-261-13/+13
* Add new "version" makefile target to the main LUFA library makefile, to give ...Dean Camera2011-05-181-1/+4
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-3/+6
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-0/+2
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-201-27/+27
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-13/+13
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-2/+7
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-3/+1
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-161-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-3/+3
* Minor documentation corrections.Dean Camera2010-09-151-4/+4
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-0/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-5/+5
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-4/+4
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-37/+59
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-9/+1
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Update main library makefile with missing source files for the "clean" rule.Dean Camera2010-06-081-0/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-58/+58
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* Add MIME type handling to the Webserver project, so that files of different t...Dean Camera2010-01-291-1/+1
* Update copyright year to 2010.Dean Camera2009-12-301-1/+1
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+1
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-261-1/+1
* Fix LUFA event list generation rule in the main LUFA makefile (thanks to Thom...Dean Camera2009-09-141-1/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-2/+10
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-2/+0
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+13
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-5/+1
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-7/+7
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-171-1/+1
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-2/+2