summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-05Update index.htmlgh-pagesHa Thach
2019-12-24clean uphathach
2019-07-31add un construction page since doxygen 0.4 is obsoletehathach
2019-07-27add webusb serial examplehathach
2019-07-26Update CNAMEhathach
2014-04-17update docshathach
2014-04-17add more imagehathach
2014-04-16update docshathach
2014-04-16change keyboard demo imagehathach
2014-04-16add keyboard host demo imagehathach
2014-04-16fix name typohathach
2014-04-16add host demo imageshathach
2014-04-16resize againhathach
2014-04-16renamehathach
2014-04-16resize imagehathach
2014-04-16add more imageshathach
2014-04-16add more imageshathach
2014-04-15update doc a bithathach
2014-03-31update docshathach
2014-03-31update docshathach
2014-03-27redirectionhathach
2014-03-27update docshathach
2014-03-27add more image fileshathach
2014-03-27resize overview imagehathach
2014-03-27add imagehathach
2014-03-27clean uphathach
2014-03-27add redirection index.htmlhathach
2014-03-27move to version folderhathach
2014-03-27add CNAME file to gh pagehathach
2014-03-26add doxygen filehathach
2014-03-26remove for doxygen webpagehathach
2013-07-06pass the initialize_cmplthathach
2013-07-06refractor qhd_xfer_error_isr (omit xfer_type para)hathach
add accumulated total xferred byte for an endpoint until transfer with IOC set - control xfer will have length of data phase in usbh_xfer_isr callback
2013-07-06refractor ehci.c adding qhd_get_xfer_typehathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
fix bug with SUBTASK_EXIT with single if (add do while wrapper) add payloay message able to send initialize & wait on notification pipe & get initialize cmpt
2013-07-05adding subclass RNDIS-CDC driver APIhathach
- implement init - close - xfer_isr - open adding waiting for notification after send rndis_initalize_msg
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 ↵hathach
tusb_control_request_t struct
2013-07-05implementing initializing for RNDIShathach
2013-07-04update docshathach
2013-07-04host enum task use static control_request variable instead of literal of ↵hathach
requests increase enum task stack size from 128 to 150 as it comes dangerously close to overflow
2013-07-04refractor control request used in enumeration task to reduce task datahathach
--> enum task now can work with 128 depth
2013-07-04port osal_mutex to freeRTOS, able to mount mouse & cdc devicehathach
tinyusb host stack overflow though
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
add initial tests for rndis
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 ↵hathach
asm inline
2013-07-03change some license texthathach