| Commit message (Expand) | Author | Age | Files | Lines |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 2 | -4/+8 |
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 1 | -0/+2 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 12 | -12/+53 |
* | Add new "checksource" target to the library makefiles, for automated source f... | Dean Camera | 2011-06-20 | 12 | -23/+120 |
* | Fix Doxygen documentation errors. | Dean Camera | 2011-06-14 | 1 | -1/+1 |
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 2 | -10/+0 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 4 | -16/+16 |
* | Update the Low Level Audio Input and Audio Output demos to support multiple s... | Dean Camera | 2011-06-06 | 6 | -16/+127 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 8 | -14/+14 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 2 | -2/+6 |
* | 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 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 2 | -0/+18 |
* | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean Camera | 2011-05-22 | 1 | -1/+1 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 3 | -11/+6 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 3 | -60/+60 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 8 | -50/+50 |
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean Camera | 2011-03-23 | 2 | -4/+3 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 12 | -84/+84 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -2/+2 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 12 | -12/+60 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 8 | -24/+27 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 12 | -66/+66 |
* | Fix incorrect #include filenames in the RNDIS demos. | Dean Camera | 2011-02-06 | 1 | -1/+1 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 3 | -4/+6 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 1 | -1/+3 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 5 | -13/+13 |
* | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean Camera | 2011-01-23 | 3 | -4/+4 |
* | 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 | 5 | -163/+152 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 5 | -158/+172 |
* | 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 | 20 | -70/+52 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 74 | -147/+147 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 12 | -48/+48 |
* | Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSeri... | Dean Camera | 2010-12-17 | 1 | -7/+7 |
* | Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo. | Dean Camera | 2010-11-29 | 1 | -1/+1 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 3 | -2/+42 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 5 | -12/+12 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 12 | -24/+24 |
* | 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 | 22 | -55/+55 |
* | Loop in the ClassDriver MIDI device/host demos until there are no more incomm... | Dean Camera | 2010-11-05 | 1 | -2/+6 |
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio... | Dean Camera | 2010-11-02 | 1 | -1/+1 |
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 2 | -11/+11 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 76 | -77/+77 |
* | Changed AudioInput and AudioOutput demos to reload the next sample via an int... | Dean Camera | 2010-10-26 | 4 | -65/+47 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 13 | -112/+111 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 51 | -1863/+258 |
* | Added default test tone generation mode to the Device mode AudioInput demos. | Dean Camera | 2010-10-20 | 4 | -11/+36 |