aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Expand)AuthorAgeFilesLines
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-162-12/+12
* Fix Doxygen documentation errors.Dean Camera2011-06-142-2/+2
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-092-10/+0
* Add new Audio Class Driver Host demos.Dean Camera2011-06-092-2/+3
* Fix errors in the Audio device demos and class driver regarding multiple samp...Dean Camera2011-06-072-4/+4
* Update the Low Level Audio Input and Audio Output demos to support multiple s...Dean Camera2011-06-064-6/+6
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-0516-25/+25
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-036-20/+171
* Spell check library source code files.Dean Camera2011-06-012-2/+2
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-304-5/+14
* Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ...Dean Camera2011-05-261-1/+1
* Update MediaController project to remove the Record usage (not often needed) ...Dean Camera2011-05-231-3/+5
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-222-1/+4
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-184-12/+20
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-14/+14
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-046-108/+108
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-233-9/+6
* 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