summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
2013-09-10able to get blinky + greetinghathach
2013-07-19print out mac addresshathach
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-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-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-04add some printf when a class is mountedhathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
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-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 tusbh_cdc_serial_is_mounted APIhathach
2013-07-02add cdc_rndis enum & structhathach
2013-07-02extract qhd_xfer_error_isrhathach
2013-07-02refractor extract list_nexthathach
2013-07-01refractor codehathach
2013-07-01add cdc host driver close cdch_closehathach
2013-07-01change control xfer check in usbh_xfer_isrhathach
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-07-01house keepinghathach
2013-07-01add acm_capability saving to host data & its testhathach
2013-07-01fix compilation errorhathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29test refractorhathach
2013-06-29add SUBTASK_EXIT in osal.h for TDD projecthathach
2013-06-29[CDC]hathach
2013-06-29adding descriptor, structure, enum support for cdchathach
2013-06-27use SUBTASK_EXIT to restart & exit task without "assert"hathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-23add custom bulk out testhathach