| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added extra DoxyGen documentation to the new PrinterHost demo. | Dean Camera | 2009-07-20 | 5 | -5/+103 |
* | Add PrinterHost to the project file and Host LowLevel directory makefile. | Dean Camera | 2009-07-20 | 3 | -7/+13 |
* | Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete. | Dean Camera | 2009-07-20 | 7 | -0/+0 |
* | Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ... | Dean Camera | 2009-07-20 | 3 | -8/+11 |
* | Remove ClearPipeStall routine from the StillImageHost demo, as there is now a... | Dean Camera | 2009-07-20 | 3 | -27/+3 |
* | Cleaner solution to the PrinterHost data send routine problem of embedded NUL... | Dean Camera | 2009-07-20 | 3 | -9/+20 |
* | Fix unfinished printer host demo - some printer languages use embedded NULLs ... | Dean Camera | 2009-07-20 | 4 | -6/+6 |
* | Added error codes to most StillImageHost demo commands. | Dean Camera | 2009-07-20 | 3 | -16/+30 |
* | Don't send terminal RESET codes via serial - just set the foreground colour a... | Dean Camera | 2009-07-19 | 11 | -11/+11 |
* | Use sane ANSI terminal escape codes for the Host mode demos, so that they do ... | Dean Camera | 2009-07-19 | 12 | -156/+153 |
* | Add partial project documentation to the incomplete PrinterHost demo. | Dean Camera | 2009-07-19 | 6 | -61/+109 |
* | Fix PrinterHost demo so that it will only enumerate printers with Bidirection... | Dean Camera | 2009-07-19 | 4 | -31/+45 |
* | Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en... | Dean Camera | 2009-07-19 | 2 | -5/+6 |
* | Magstripe Project: Ensure that empty tracks still print out a newline seperat... | Dean Camera | 2009-07-19 | 4 | -22/+59 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -0/+1 |
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 9 | -0/+63 |
* | Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl... | Dean Camera | 2009-07-13 | 11 | -61/+62 |
* | Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su... | Dean Camera | 2009-07-13 | 5 | -74/+178 |
* | Fixed compilation error in incomplete BluetoothHost demo. | Dean Camera | 2009-07-11 | 2 | -2/+2 |
* | Added incomplete PrinterHost demo application. | Dean Camera | 2009-07-11 | 24 | -15/+1290 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 10 | -48/+48 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 49 | -20597/+17 |
* | Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to... | Dean Camera | 2009-06-23 | 2 | -1/+11 |
* | MassStorageHost demo now retrieves Inquiry data from the device during enumer... | Dean Camera | 2009-06-23 | 3 | -2/+115 |
* | Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ... | Dean Camera | 2009-06-23 | 1 | -0/+1 |
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit... | Dean Camera | 2009-06-23 | 10 | -22/+0 |