summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2013-09-10able to print hello worldhathach
2013-09-08Merge branch 'master' of github.com:microbuilder/tinyusbhathach
2013-09-08try to add lpc4357usb boardhathach
2013-07-31Added trace pin configKevin Townsend
2013-07-31Added LPC4357USB boardKevin Townsend
2013-07-19print out mac addresshathach
2013-07-19change printf retarget to make \n to \r\n automaticallyhathach
2013-07-07add rndis_app fileshathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04update docshathach
2013-07-04port osal_mutex to freeRTOS, able to mount mouse & cdc devicehathach
2013-07-04house keepinghathach
2013-07-04add some printf when a class is mountedhathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
2013-07-03opt out hardfault handler in board.c which causes problem in compiling with a...hathach
2013-07-03adding _mounted_isr & _umounted_isr callback for host keyboard & mousehathach
2013-07-03temporarily check cdc mounted by pipe_in & pipe_outhathach
2013-07-03complete CDC serial demo (in a quick hacking way)hathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-07-03rename cdc descriptor typehathach
2013-07-02add way to calculate the actual byte transferred with ehcihathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-07-01fix compilation errorhathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29test refractorhathach
2013-06-29[CDC]hathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-23increase sequence each 64 byte packethathach
2013-06-23should fix problem with demo bulk outhathach
2013-06-23add custom bulk out testhathach
2013-06-21remove redundant project fileshathach
2013-06-21add cmsis for lpc11uhathach
2013-06-21add files for bulk custom testhathach
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