| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce struct name pollution - group typedef struct names by class driver nam... | Dean Camera | 2009-06-26 | 14 | -330/+265 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 1 | -0/+2 |
* | Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ... | Dean Camera | 2009-06-23 | 1 | -2/+2 |
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit... | Dean Camera | 2009-06-23 | 1 | -6/+0 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 4 | -26/+56 |
* | Clean up RNDIS demo type define names. | Dean Camera | 2009-06-19 | 6 | -43/+48 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 1 | -2/+2 |
* | Re-add in simple scheduler for compatibility with legacy code, mark all sched... | Dean Camera | 2009-06-19 | 2 | -27/+58 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 20 | -407/+545 |
* | Pipe_GetErrorFlags() now returns additional error flags for overflow and unde... | Dean Camera | 2009-06-16 | 1 | -2/+2 |
* | Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w... | Dean Camera | 2009-06-15 | 1 | -0/+67 |
* | Fixed broken HIDReportParser.c. | Dean Camera | 2009-06-15 | 1 | -1/+3 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 3 | -2/+33 |
* | Enhanced class drivers to use the same public/private section seperations as ... | Dean Camera | 2009-06-15 | 13 | -351/+391 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 39 | -1008/+2548 |
* | Changed to new device mode Class Driver function name prefixes to make way fo... | Dean Camera | 2009-06-11 | 12 | -110/+111 |
* | Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class... | Dean Camera | 2009-06-09 | 1 | -0/+1 |
* | Finished basic documentation of all device mode class drivers. | Dean Camera | 2009-06-08 | 6 | -55/+166 |
* | Completed documentation of the HID device class driver. | Dean Camera | 2009-06-08 | 1 | -1/+21 |
* | Finished CDC device class driver documentation. | Dean Camera | 2009-06-08 | 3 | -1/+48 |
* | Synchronise with the 090605 release. | Dean Camera | 2009-06-05 | 1 | -0/+3 |
* | Added multiple Report ID support to the HID class driver. Removed OUT endpoin... | Dean Camera | 2009-06-05 | 5 | -46/+62 |
* | Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa... | Dean Camera | 2009-06-04 | 3 | -18/+39 |
* | Added Doxygen documentation to the Audio class driver. Added new modules for ... | Dean Camera | 2009-06-04 | 6 | -16/+267 |
* | Ensure all USB device class drivers have the same three main functions as the... | Dean Camera | 2009-06-04 | 3 | -0/+16 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 8 | -48/+105 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 3 | -47/+10 |
* | Add MIDI class driver, update MIDI device demo to use the new USB class drive... | Dean Camera | 2009-06-01 | 6 | -7/+505 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 14 | -1/+2074 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 2 | -412/+0 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 2 | -67/+50 |
* | Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str... | Dean Camera | 2009-05-15 | 2 | -6/+11 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 1 | -1/+1 |
* | Endpoint configuration is now refined to give better output when all configur... | Dean Camera | 2009-04-24 | 2 | -3/+3 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 2 | -18/+18 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -2/+2 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 1 | -5/+5 |
* | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean Camera | 2009-04-19 | 3 | -15/+15 |
* | Removed "Host_" section of the function names in ConfigDescriptor.h, as most ... | Dean Camera | 2009-04-17 | 3 | -110/+115 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 2 | -7/+14 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 3 | -5/+35 |
* | The USB_Host_SendControlRequest() function no longer automatically selects th... | Dean Camera | 2009-04-14 | 1 | -0/+2 |
* | Removed all binary constants and replaced with decimal or hexadecimal constan... | Dean Camera | 2009-04-05 | 2 | -31/+38 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 3 | -7/+7 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 5 | -0/+1102 |