index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
makefile
Age
Commit message (
Expand
)
Author
2011-03-13
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Dean
2011-02-20
Rename architecture specific driver files, to make them appear with uniquely ...
Dean
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-02-19
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean
2011-01-30
Removed SerialStream module, rolled functionality into the base USART Serial ...
Dean
2011-01-16
New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-09-15
Minor documentation corrections.
Dean
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-07-21
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean
2010-07-19
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-07-02
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean
2010-06-08
Update main library makefile with missing source files for the "clean" rule.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-01-29
Add MIME type handling to the Webserver project, so that files of different t...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-11-04
Added new Printer Host mode Class driver.
Dean
2009-10-26
Make HID device class driver reselect the correct endpoint after the user cal...
Dean
2009-09-14
Fix LUFA event list generation rule in the main LUFA makefile (thanks to Thom...
Dean
2009-09-06
Add in new invalid event hook check targets to project makefiles to produce c...
Dean
2009-08-30
Remove deleted source files from the LUFA library makefile.
Dean
2009-06-14
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean
2009-06-01
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean
2009-05-22
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean
2009-04-17
Renamed Serial_Stream driver to SerialStream to remain consistent with the re...
Dean
2009-04-16
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean