| Commit message (Expand) | Author | Age | Files | Lines |
* | Add KeyboardHost HID Host Class driver demo to the library. | Dean Camera | 2009-09-20 | 7 | -3/+2589 |
* | Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc... | Dean Camera | 2009-09-20 | 2 | -6/+80 |
* | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean Camera | 2009-09-20 | 2 | -2/+34 |
* | Added support for the officially recommended layout of the external periphera... | Dean Camera | 2009-09-17 | 1 | -6/+1 |
* | Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret... | Dean Camera | 2009-09-17 | 1 | -0/+8 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 14 | -28/+12 |
* | Change HID report parser so that it can calculate and record the sizes (IN, O... | Dean Camera | 2009-09-09 | 2 | -1/+29 |
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 3 | -0/+199 |
* | Finish Still Image Host class driver. | Dean Camera | 2009-09-09 | 1 | -1/+9 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 1 | -0/+3 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 14 | -405/+651 |
* | Changed Still Image Host class driver to auto-fill TransactionID element of s... | Dean Camera | 2009-09-06 | 1 | -2/+4 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 5 | -11/+31 |
* | Add user-filtering to the HID report parser, so that the user code can decide... | Dean Camera | 2009-09-02 | 4 | -0/+50 |
* | Fixed error in PrinterHost preventing the full page data from being sent to t... | Dean Camera | 2009-09-02 | 3 | -23/+11 |
* | Fixed StillImageHost not correctly freezing and unfreezing data pipes while w... | Dean Camera | 2009-09-01 | 1 | -8/+5 |
* | Oops - with new changes to the way the device Configuration Descriptor is ret... | Dean Camera | 2009-08-31 | 12 | -20/+20 |
* | Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f... | Dean Camera | 2009-08-31 | 15 | -225/+178 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 8 | -4/+2467 |
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 13 | -13/+13 |
* | Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s... | Dean Camera | 2009-08-27 | 5 | -277/+242 |
* | Fix memory corruption in Host mode Mass Storage Class driver. | Dean Camera | 2009-08-27 | 2 | -2/+2 |
* | Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo... | Dean Camera | 2009-08-26 | 1 | -4/+8 |
* | Add SCSICodes.h to the Class Driver Common folder, and automatically include ... | Dean Camera | 2009-08-26 | 1 | -1/+1 |
* | Oops: Really disable building of Projects/Host/ClassDriver directory in the P... | Dean Camera | 2009-08-26 | 3 | -2/+55 |
* | More work on the Mass Storage Host mode Class driver. | Dean Camera | 2009-08-26 | 1 | -2/+2 |
* | Added explicit attribute masks to the device mode demos' descriptors. | Dean Camera | 2009-08-13 | 1 | -4/+1 |
* | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean Camera | 2009-08-13 | 5 | -1/+2530 |
* | Add new functions to the HID host class driver, refine HID interface protocol... | Dean Camera | 2009-08-11 | 4 | -3/+28 |
* | Fixed swapped paremeters in the HID state memory copy call while processing a... | Dean Camera | 2009-08-11 | 3 | -4/+3 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 3 | -1/+12 |
* | Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE... | Dean Camera | 2009-08-07 | 1 | -1/+1 |
* | Make Endpoint control transfers more reliable; early-abort when an incomplete... | Dean Camera | 2009-08-06 | 12 | -104/+104 |
* | Make Control Endpoint stream transfers more reliable by adding in early abort... | Dean Camera | 2009-08-05 | 9 | -9/+9 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 25 | -124/+121 |
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean Camera | 2009-08-02 | 2 | -6/+4 |
* | Fixed report data alignment issues in the MouseHostWithParser demo when X and... | Dean Camera | 2009-07-28 | 1 | -6/+1 |
* | Change project makefiles so that the current target settings and not just the... | Dean Camera | 2009-07-28 | 12 | -468/+252 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 2 | -10/+0 |
* | Collapse configuration descriptor size retrieval and size testing into a sing... | Dean Camera | 2009-07-27 | 2 | -20/+6 |
* | Change Host mode class driver Pipe configuration routines -- better to let th... | Dean Camera | 2009-07-27 | 2 | -8/+48 |
* | Add new MouseHost Class Driver demo, unfinished, to allow for better testing ... | Dean Camera | 2009-07-27 | 6 | -66/+2478 |
* | Corrected new Pipe_IsEndpointBound() function. | Dean Camera | 2009-07-26 | 1 | -4/+4 |
* | Added new LEDs_ToggleLEDs() function to the Board LEDs driver. | Dean Camera | 2009-07-24 | 2 | -8/+2 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 14 | -77/+88 |
* | Add PrinterHost demo to the documentation. | Dean Camera | 2009-07-21 | 1 | -0/+8 |
* | Add explicit guards to all device mode tasks to ensure the device is connecte... | Dean Camera | 2009-07-21 | 2 | -6/+9 |
* | Ensure control pipe is selected in the PrinterHost demo before trying to send... | Dean Camera | 2009-07-20 | 2 | -2/+7 |
* | Change Doxygen configuration files to not produce 4096 directories for the do... | Dean Camera | 2009-07-20 | 10 | -10/+10 |
* | Added missing DoxyGen configuration file to the PrinterHost demo. | Dean Camera | 2009-07-20 | 2 | -2/+1490 |