| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -2/+2 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 4 | -5/+14 |
* | Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ... | Dean Camera | 2011-05-26 | 1 | -1/+1 |
* | Update MediaController project to remove the Record usage (not often needed) ... | Dean Camera | 2011-05-23 | 1 | -3/+5 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 2 | -1/+4 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 4 | -12/+20 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 2 | -14/+14 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 6 | -108/+108 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 3 | -9/+6 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 16 | -112/+112 |
* | Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg... | Dean Camera | 2011-03-16 | 3 | -14/+13 |
* | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean Camera | 2011-03-16 | 15 | -1/+4262 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 15 | -37/+97 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 17 | -14/+28 |
* | Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo. | Dean Camera | 2011-02-09 | 7 | -3030/+3030 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 15 | -84/+84 |
* | Fix incorrect #include filenames in the RNDIS demos. | Dean Camera | 2011-02-06 | 1 | -1/+1 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 3 | -3/+3 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 4 | -5/+7 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 2 | -2/+4 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 5 | -31/+23 |
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 12 | -2/+3037 |
* | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean Camera | 2011-01-23 | 7 | -208/+48 |
* | Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG... | Dean Camera | 2011-01-23 | 1 | -2/+2 |
* | Abuse the the C preprocessor so that the HID macros can automatically encode ... | Dean Camera | 2011-01-17 | 7 | -225/+209 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 7 | -217/+238 |
* | Fix typos and outdated information. | Dean Camera | 2011-01-10 | 1 | -11/+10 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 2 | -20/+12 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 84 | -167/+167 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 14 | -56/+56 |
* | Fix a few more incorrectly ordered endpoint initialisations in the device demos. | Dean Camera | 2010-12-17 | 3 | -9/+9 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 7 | -7/+85 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 7 | -16/+16 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 14 | -27/+27 |
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 2 | -2/+2 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 28 | -42/+42 |
* | Loop in the ClassDriver MIDI device/host demos until there are no more incomm... | Dean Camera | 2010-11-05 | 1 | -1/+1 |
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 3 | -17/+17 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 87 | -89/+89 |
* | Changed AudioInput and AudioOutput demos to reload the next sample via an int... | Dean Camera | 2010-10-26 | 4 | -45/+38 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 15 | -144/+144 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 32 | -38/+0 |
* | Added default test tone generation mode to the Device mode AudioInput demos. | Dean Camera | 2010-10-20 | 4 | -13/+38 |
* | Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the ... | Dean Camera | 2010-10-13 | 1 | -3/+3 |
* | Minor documentation corrections. | Dean Camera | 2010-10-13 | 2 | -4/+4 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 112 | -1986/+2094 |
* | Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC ... | Dean Camera | 2010-10-10 | 1 | -1/+0 |
* | Oops - revert changes to the Device mode Class Driver VirtualSerial demo make... | Dean Camera | 2010-10-01 | 1 | -1/+1 |
* | Fix device mode for the U4 parts. | Dean Camera | 2010-10-01 | 1 | -1/+1 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 14 | -14/+14 |