| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit for the 111009 BETA release. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
* | Minor documentation fixes. | Dean Camera | 2011-08-23 | 1 | -9/+12 |
* | Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO... | Dean Camera | 2011-08-23 | 1 | -14/+16 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 1 | -27/+2 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 1 | -0/+13 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 1 | -1/+1 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -2/+2 |
* | Fixed compile errors in the incomplete BluetoothHost demo application (thanks... | Dean Camera | 2011-06-05 | 1 | -0/+3 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 1 | -1/+6 |
* | Update trunk documentation for new LUFA release. | Dean Camera | 2011-05-27 | 1 | -1/+4 |
* | Fix broken Doxygen documentation. | Dean Camera | 2011-05-19 | 1 | -1/+1 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 1 | -0/+3 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -1/+13 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 1 | -1/+3 |
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean Camera | 2011-03-05 | 1 | -0/+8 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 1 | -1/+1 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 1 | -0/+5 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 1 | -150/+144 |
* | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean Camera | 2011-01-13 | 1 | -2/+8 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -0/+14 |
* | Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_... | Dean Camera | 2010-12-24 | 1 | -1/+5 |
* | Commit for 101122 release. | Dean Camera | 2010-11-22 | 1 | -25/+20 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -0/+3 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 1 | -0/+3 |
* | Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha... | Dean Camera | 2010-10-13 | 1 | -0/+3 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -6/+7 |
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 1 | -0/+2 |
* | Make Host mode Class drivers only set the class driver instance's state value... | Dean Camera | 2010-09-30 | 1 | -2/+2 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 1 | -0/+6 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 1 | -1/+3 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 1 | -0/+2 |
* | Minor documentation corrections. | Dean Camera | 2010-09-15 | 1 | -1/+1 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 1 | -0/+4 |
* | Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ... | Dean Camera | 2010-09-07 | 1 | -0/+4 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 1 | -0/+5 |
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h and... | Dean Camera | 2010-08-22 | 1 | -1/+6 |
* | Add notification endpoint to the incomplete TMC demo. | Dean Camera | 2010-08-09 | 1 | -0/+3 |
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 1 | -1/+1 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -5/+5 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -0/+10 |
* | Add TMC device capabilities to the incomplete TMC demo. | Dean Camera | 2010-07-23 | 1 | -1/+1 |
* | Convert over internal pseudo-function macros to true inline functions for add... | Dean Camera | 2010-07-22 | 1 | -0/+5 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -0/+6 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -1/+1 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 1 | -1/+10 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 1 | -15/+15 |
* | Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME... | Dean Camera | 2010-05-16 | 1 | -2/+2 |
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af... | Dean Camera | 2010-05-14 | 1 | -4/+3 |