qmk_firmware/Demos/Host
Dean Camera 1d26e78258 Added compatibility list to the documentation of each individual demo.
Documented FAST_STREAM_TRANSFERS compile time option.

Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
2009-07-13 06:44:14 +00:00
..
ClassDriver/CDCHost Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Incomplete 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. 2009-07-13 05:34:43 +00:00
LowLevel Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
makefile Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 2009-06-19 05:08:04 +00:00