Commit Graph

513 Commits

Author SHA1 Message Date
Ha Thach eb00085cee
Update index.html 2021-08-05 18:39:07 +07:00
hathach a24e6d71bd clean up 2019-12-24 11:14:10 +07:00
hathach 62fe441d86 add un construction page since doxygen 0.4 is obsolete 2019-07-31 11:38:03 +07:00
hathach 3f6f8ab961 add webusb serial example 2019-07-27 22:35:43 +07:00
hathach 8a53c5a66b Update CNAME 2019-07-26 19:41:41 +07:00
hathach 58ff8fe5f0 update docs 2014-04-17 13:06:58 +07:00
hathach e94465c50e add more image 2014-04-17 10:53:31 +07:00
hathach 9f5536d030 update docs 2014-04-16 22:30:40 +07:00
hathach 0728cec382 change keyboard demo image 2014-04-16 22:27:05 +07:00
hathach a8938d9d41 add keyboard host demo image 2014-04-16 22:22:58 +07:00
hathach 467db7664f fix name typo 2014-04-16 14:56:47 +07:00
hathach d2787d3a64 add host demo images 2014-04-16 14:56:07 +07:00
hathach 7838ada487 resize again 2014-04-16 12:33:15 +07:00
hathach 5e116da40e rename 2014-04-16 12:15:46 +07:00
hathach c002c4cdb6 resize image 2014-04-16 11:48:44 +07:00
hathach f1dad6f7a3 add more images 2014-04-16 11:32:24 +07:00
hathach af5a3a44f8 add more images 2014-04-16 09:29:26 +07:00
hathach 6eadbb9eed update doc a bit 2014-04-15 12:05:21 +07:00
hathach ccd038a4eb update docs 2014-03-31 16:42:46 +07:00
hathach 4e68986408 update docs 2014-03-31 15:50:52 +07:00
hathach c2b744846c redirection 2014-03-27 21:48:11 +07:00
hathach 452485c458 update docs 2014-03-27 18:34:18 +07:00
hathach 706d6c9d97 add more image files 2014-03-27 18:32:24 +07:00
hathach 5a5288692a resize overview image 2014-03-27 18:03:00 +07:00
hathach b3d5fcb840 add image 2014-03-27 17:56:53 +07:00
hathach b5e4c3a011 clean up 2014-03-27 17:32:06 +07:00
hathach 573fdb911c add redirection index.html 2014-03-27 17:31:41 +07:00
hathach 0244c35e70 move to version folder 2014-03-27 17:27:26 +07:00
hathach 5b3e994f3a add CNAME file to gh page 2014-03-27 13:48:45 +07:00
hathach 7bada56923 add doxygen file 2014-03-26 16:38:58 +07:00
hathach a2f13b5b2e remove for doxygen webpage 2014-03-26 16:35:35 +07:00
hathach 0e14752c81 pass the initialize_cmplt 2013-07-06 19:06:30 +07:00
hathach 25304d142f refractor qhd_xfer_error_isr (omit xfer_type para)
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-06 14:52:02 +07:00
hathach 68da489c2e refractor ehci.c adding qhd_get_xfer_type 2013-07-06 13:41:48 +07:00
hathach e4ae45359d fix bug with RNDIS class open using non-static variable p_cdc
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-05 20:21:24 +07:00
hathach 355fd7e648 adding subclass RNDIS-CDC driver API
- implement init
- close
- xfer_isr
- open

adding waiting for notification after send rndis_initalize_msg
2013-07-05 16:22:42 +07:00
hathach e4ff63c604 fix a minor bug 2013-07-05 13:41:34 +07:00
hathach 7345a4515d fix bug with rndis overshadow the normal cdc callback 2013-07-05 13:37:57 +07:00
hathach 374aea7a11 change usbh_control_xfer_subtask to use flat API instead of passing tusb_control_request_t struct 2013-07-05 13:23:42 +07:00
hathach c08c655fd1 implementing initializing for RNDIS 2013-07-05 11:46:12 +07:00
hathach 9d50b0fa6a update docs 2013-07-04 16:08:33 +07:00
hathach aed07d83db host enum task use static control_request variable instead of literal of requests
increase enum task stack size from 128 to 150 as it comes dangerously close to overflow
2013-07-04 16:01:20 +07:00
hathach 0d37c4a319 refractor control request used in enumeration task to reduce task data
--> enum task now can work with 128 depth
2013-07-04 14:00:41 +07:00
hathach 97cbb39f6f port osal_mutex to freeRTOS, able to mount mouse & cdc device
tinyusb host stack overflow though
2013-07-04 13:24:54 +07:00
hathach 391e132d6b no big deal, only rename tusb_std_request_t to tusb_control_request_t 2013-07-04 12:25:39 +07:00
hathach 8c0bc38713 house keeping 2013-07-04 10:54:51 +07:00
hathach d3aed01874 add some printf when a class is mounted
add initial tests for rndis
2013-07-04 10:47:31 +07:00
hathach c5afb9d50f change class (hid/cdc) _mounted_isr to _mounted_cb 2013-07-04 09:45:20 +07:00
hathach 544b48183a opt out hardfault handler in board.c which causes problem in compiling with asm inline 2013-07-03 13:48:11 +07:00
hathach 51e9a1817b change some license text 2013-07-03 13:14:14 +07:00