Graf commitů

14 Commity (fa3135d48530930aefd5ef4ca9d0def3faae474d)

Autor SHA1 Zpráva Datum
Dean Camera 7f9f97c792 Update copyright year to 2010.
před 16 roky
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
před 16 roky
Dean Camera 7ef58eef7a Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.
před 16 roky
Dean Camera 588886878e Corrections, improvements and additions to the incomplete RNDISHost demo.
před 16 roky
Dean Camera 664a292181 Application documentation/comment cleanup.
před 16 roky
Dean Camera b71ff7c8cd Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.
před 16 roky
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
před 16 roky
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
před 16 roky
Dean Camera 67f390fe74 Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
před 16 roky
Dean Camera f85a53a31b Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces.
před 16 roky
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
před 16 roky
Dean Camera e6881fd166 Error status LEDs shown when device endpoint configuration fails to complete.
před 16 roky
Dean Camera 33a0184749 Converted device mode low-level demos to schedulerless.
před 16 roky
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
před 16 roky