summaryrefslogtreecommitdiff
path: root/demos/device
AgeCommit message (Expand)Author
2013-11-08add windows driver for cdchathach
2013-11-07refractor tusb_descriptor, adding support for cdc descriptorhathach
2013-11-07clean up tusb_descriptorshathach
2013-11-06refractor mouse dev apphathach
2013-11-06added hid device hidd_isr callbackhathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-05complete msc device demo with 8KB ram diskhathach
2013-11-05msc add supporthathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01rename device projecthathach
2013-11-01rename device projecthathach
2013-11-01implement msc device classhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29able to enumerate mouse + keyboard (missing timing at set configured though)hathach
2013-10-29change device driver init to open (when configured)hathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-10-27make device keyboard buildable & runnable with ea4357hathach
2013-10-25more doxygen workhathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-06-29test refractorhathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-12add coreid to hidd_inithathach
2013-06-12clean uphathach
2013-06-08ADDING LPC176X devicehathach
2013-06-04re-create ngx4330.hhathach
2013-06-04add LPC175x_6x cmiss (got from xpresso example)hathach
2013-06-04rename tusb_device_is_configuredhathach
2013-06-03house keepinghathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-06-03refractor device mouse main.c & tusbd_hid_mouse_send_reporthathach
2013-06-03refractor tusb_descriptorshathach
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-31refractor string descriptors, allow one-stop configure descriptor forhathach
2013-05-31refractor & beautify string descriptorshathach
2013-05-31clean up device main.c demo codehathach
2013-05-31rename descriptor variableshathach
2013-05-31change at86rf to 1ghznodehathach
2013-05-29keyboard example works with lpc1347 xpressohathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-28rename NGX to ngxhathach
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-25add stub function to able to build device with EA4357hathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-06change format of file header & license spacinghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-01-26add more test code for keyboard hid application APIhathach