summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_rndis_host.c
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-01osal macro clean uphathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2015-05-01readd rndis fileshathach
2014-03-26clean uphathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2013-11-08add windows driver for cdchathach
2013-10-27rndis documenthathach
2013-09-21house keepinghathach
2013-09-21remove ATTR_WEAK for all necessary driver callbackhathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-11add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 re...hathach
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-06pass the initialize_cmplthathach
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 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-02add cdc_rndis enum & structhathach