| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 1 | -2/+2 |
* | Removed new Start of Frame event from the library; performance suffered far t... | Dean Camera | 2009-06-02 | 2 | -24/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 4 | -5/+28 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 5 | -83/+412 |
* | Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph... | Dean Camera | 2009-05-20 | 1 | -3/+4 |
* | Fix broken doxygen reference in last commit. | Dean Camera | 2009-05-19 | 1 | -4/+3 |
* | USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ... | Dean Camera | 2009-05-19 | 3 | -21/+24 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 8 | -403/+92 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 1 | -4/+1 |
* | Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str... | Dean Camera | 2009-05-15 | 1 | -1/+9 |
* | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 3 | -43/+27 |
* | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 2 | -170/+3 |
* | Fixed inability to enumerate any devices while in host mode (broken in a prev... | Dean Camera | 2009-05-07 | 1 | -4/+3 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 5 | -62/+55 |
* | More minor renaming of library enums and events to try to create a consistent... | Dean Camera | 2009-05-03 | 1 | -5/+7 |
* | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean Camera | 2009-05-02 | 1 | -2/+2 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 6 | -86/+80 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 4 | -7/+31 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 1 | -10/+10 |
* | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean Camera | 2009-04-19 | 2 | -4/+3 |
* | Removed "Host_" section of the function names in ConfigDescriptor.h, as most ... | Dean Camera | 2009-04-17 | 1 | -3/+3 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 6 | -45/+17 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 7 | -17/+71 |
* | The USB_Host_SendControlRequest() function no longer automatically selects th... | Dean Camera | 2009-04-14 | 1 | -0/+6 |
* | Removed all binary constants and replaced with decimal or hexadecimal constan... | Dean Camera | 2009-04-05 | 2 | -13/+13 |
* | Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri... | Dean Camera | 2009-04-05 | 11 | -8/+363 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 4 | -18/+18 |
* | Commit for the 090401 release. | Dean Camera | 2009-03-31 | 1 | -1/+1 |
* | Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D... | Dean Camera | 2009-03-26 | 1 | -1/+4 |
* | Fixed documentation typoes and preprocessor checks relating to misspellings o... | Dean Camera | 2009-03-25 | 1 | -1/+1 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 8 | -0/+1972 |