summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10added support for RETARGET SWOhathach
2013-09-10clean uphathach
2013-09-10added LPC4357_USB boardhathach
2013-09-10complete porting to keilhathach
2013-09-10keil project can mount mouse, but cannot mount rndishathach
2013-09-10able to get blinky + greetinghathach
2013-09-10rename startuphathach
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-19add implementation forhathach
2013-07-19add test & code to send rndis msg query for permanent address (MAC address)hathach
2013-07-14extract send message & wait & get complete message to send_message_get_respon...hathach
2013-07-13add some required NDIS OID definehathach
2013-07-07add rndis_app fileshathach
2013-07-06pass the initialize_cmplthathach
2013-07-06refractor qhd_xfer_error_isr (omit xfer_type para)hathach
2013-07-06refractor ehci.c adding qhd_get_xfer_typehathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
2013-07-05adding subclass RNDIS-CDC driver APIhathach
2013-07-05fix a minor bughathach
2013-07-05fix bug with rndis overshadow the normal cdc callbackhathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...hathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04update docshathach
2013-07-04host enum task use static control_request variable instead of literal of requ...hathach
2013-07-04refractor control request used in enumeration task to reduce task datahathach
2013-07-04port osal_mutex to freeRTOS, able to mount mouse & cdc devicehathach
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
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-03change some license texthathach
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-02update usbh_xfer_isr to take actual byte transferred and correct testshathach
2013-07-02add way to calculate the actual byte transferred with ehcihathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-07-02add tests for tusbh_cdc_serial_is_mountedhathach
2013-07-02add tusbh_cdc_serial_is_mounted APIhathach
2013-07-02add cdc_rndis enum & structhathach
2013-07-02extract qhd_xfer_error_isrhathach