Dean Camera
|
cf313989e6
|
Don't send terminal RESET codes via serial - just set the foreground colour and assume the user has the background set to something sane, so that the demos don't wipe out custom user terminal settings.
|
2009-07-19 13:17:38 +00:00 |
Dean Camera
|
cc879df4f0
|
Use sane ANSI terminal escape codes for the Host mode demos, so that they do not cause eye-searing, unreadable text on terminals which parse the escape codes properly.
|
2009-07-19 13:08:48 +00:00 |
Dean Camera
|
0fcbe22c9e
|
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state.
Added verbose documentation for each of the USB Host state machine states.
|
2009-07-13 05:34:43 +00:00 |
Dean Camera
|
b5ca3990c2
|
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over Low Level host demos to use the new routine.
|
2009-06-16 04:20:21 +00:00 |
Dean Camera
|
ac70ddd0a1
|
Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments.
|
2009-06-08 07:34:16 +00:00 |
Dean Camera
|
f1199200e1
|
Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
|
2009-06-05 07:56:39 +00:00 |