summaryrefslogtreecommitdiff
path: root/demos/device/keyboard
AgeCommit message (Expand)Author
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
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach
2013-01-18add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver addhathach
2013-01-17add UART support for ea4357 (tested)hathach
2013-01-17start to add bsp and build configuration for embedded artist 4357hathach
2013-01-17refractor board and start to add support for SWO retargethathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2013-01-15update project setting to have most warning option enable with simple switch ...hathach
2013-01-11tested keyboard device with lpcXpresso1347 boardhathach