.. |
AudioInput
|
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.
|
2009-08-05 06:36:31 +00:00 |
AudioOutput
|
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.
|
2009-08-05 06:36:31 +00:00 |
CDC
|
Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings.
|
2009-08-06 14:30:53 +00:00 |
DualCDC
|
Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings.
|
2009-08-06 14:30:53 +00:00 |
GenericHID
|
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.
|
2009-08-05 06:36:31 +00:00 |
Joystick
|
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.
|
2009-08-05 06:36:31 +00:00 |
Keyboard
|
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.
|
2009-08-05 06:36:31 +00:00 |
KeyboardMouse
|
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.
|
2009-08-05 06:36:31 +00:00 |
MIDI
|
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.
|
2009-08-05 06:36:31 +00:00 |
MassStorage
|
Changed over manual loops waiting for endpoints to be ready to use the library Endpoint_WaitUntilReady() function for robustness. Fixes issues with terminated transfers on the host locking up USB devices.
|
2009-08-05 09:37:45 +00:00 |
Mouse
|
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.
|
2009-08-05 06:36:31 +00:00 |
RNDISEthernet
|
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets.
|
2009-08-07 06:55:31 +00:00 |
USBtoSerial
|
Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating.
|
2009-08-05 13:16:36 +00:00 |
makefile
|
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
|
2009-06-05 07:16:33 +00:00 |