Commit grafiek

9 Commits (f9f1bcc25c17b031029200cd9648d76d4ee39dc4)

Auteur SHA1 Bericht Datum
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.
16 jaren geleden
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.
16 jaren geleden
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
16 jaren geleden
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.
16 jaren geleden
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.
16 jaren geleden
Dean Camera f1076ac4d6 Added const modifiers to device mode class drivers.
16 jaren geleden
Dean Camera e6881fd166 Error status LEDs shown when device endpoint configuration fails to complete.
16 jaren geleden
Dean Camera 33a0184749 Converted device mode low-level demos to schedulerless.
16 jaren geleden
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
16 jaren geleden