aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Expand)AuthorAgeFilesLines
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-2116-112/+112
* Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean Camera2011-03-163-14/+13
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-1615-1/+4262
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1915-37/+97
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-1017-14/+28
* Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Dean Camera2011-02-097-3030/+3030
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-0615-84/+84
* Fix incorrect #include filenames in the RNDIS demos.Dean Camera2011-02-061-1/+1
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-303-3/+3
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-304-5/+7
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean Camera2011-01-302-2/+4
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-305-31/+23
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-2612-2/+3037
* Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean Camera2011-01-237-208/+48
* Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean Camera2011-01-231-2/+2
* Abuse the the C preprocessor so that the HID macros can automatically encode ...Dean Camera2011-01-177-225/+209
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-167-217/+238
* Fix typos and outdated information.Dean Camera2011-01-101-11/+10
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-102-20/+12
* Update copyright year on all source files.Dean Camera2011-01-0184-167/+167
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-2614-56/+56
* Fix a few more incorrectly ordered endpoint initialisations in the device demos.Dean Camera2010-12-173-9/+9
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-267-7/+85
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-227-16/+16
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-1014-27/+27
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-082-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-0528-42/+42
* Loop in the ClassDriver MIDI device/host demos until there are no more incomm...Dean Camera2010-11-051-1/+1
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-283-17/+17
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2887-89/+89
* Changed AudioInput and AudioOutput demos to reload the next sample via an int...Dean Camera2010-10-264-45/+38
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2515-144/+144
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2432-38/+0
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-204-13/+38
* Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the ...Dean Camera2010-10-131-3/+3
* Minor documentation corrections.Dean Camera2010-10-132-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-13112-1986/+2094
* Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC ...Dean Camera2010-10-101-1/+0
* Oops - revert changes to the Device mode Class Driver VirtualSerial demo make...Dean Camera2010-10-011-1/+1
* Fix device mode for the U4 parts.Dean Camera2010-10-011-1/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-3014-14/+14
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-282-7/+7
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-2824-170/+175
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-2414-28/+28
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-2414-42/+42
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-1514-28/+28
* Fix typos in the project overview text files.Dean Camera2010-09-0910-10/+10
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-0920-90/+90
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-3116-57/+57