aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-4/+4
|
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵Dean Camera2009-11-261-0/+4
| | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+4
| | | | | | Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation.
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-0/+4
| | | | Add some missing documentation to some of the library demos.
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver ↵Dean Camera2009-10-081-0/+3
| | | | | | demo. Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-0/+8
| | | | Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos.
* Add KeyboardHost HID Host Class driver demo to the library.Dean Camera2009-09-201-0/+4
|
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+4
| | | | Re-enabled building of the Host mode demos ClassDriver directory.
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-1/+5
| | | | | | Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
* Add new functions to the HID host class driver, refine HID interface ↵Dean Camera2009-08-111-0/+25
| | | | | | protocol matching. Remove stray state variable from the CDC host class driver.
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-46/+0
| | | | | | | | Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed. Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails. Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+46