aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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