hathach
|
c5afb9d50f
|
change class (hid/cdc) _mounted_isr to _mounted_cb
|
2013-07-04 09:45:20 +07:00 |
|
hathach
|
4a8686e868
|
adding _mounted_isr & _umounted_isr callback for host keyboard & mouse
remove TUSB_EVENT_INTERFACE_OPEN & TUSB_EVENT_INTERFACE_CLOSE
|
2013-07-03 12:46:12 +07:00 |
|
hathach
|
b0f45b3651
|
temporarily check cdc mounted by pipe_in & pipe_out
add tests for tusbh_cdc_xfer_isr
|
2013-07-03 12:06:07 +07:00 |
|
hathach
|
1667ef5041
|
replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as
- pipe id
- xferred_bytes
host_class_driver_t add xferred_bytes parameter
void (* const isr) (pipe_handle_t, tusb_event_t); --> void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t);
update hid_host & its tests
|
2013-07-03 11:36:08 +07:00 |
|
hathach
|
b3f98bc15a
|
rename cdc descriptor type
add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr
|
2013-07-03 10:53:16 +07:00 |
|
hathach
|
539c7cdbe1
|
update usbh_xfer_isr to take actual byte transferred and correct tests
|
2013-07-02 17:37:55 +07:00 |
|
hathach
|
e1ad7b62cf
|
add way to calculate the actual byte transferred with ehci
add come callback for cdch
add code for cdc serial demo
|
2013-07-02 17:20:25 +07:00 |
|
hathach
|
6ce90e2bd8
|
add tusbh_cdc_send, t usbh_cdc_receive
add cdc_serial_app for virtual com demo
|
2013-07-02 16:41:13 +07:00 |
|
hathach
|
51f894b0bf
|
add tests for tusbh_cdc_serial_is_mounted
|
2013-07-02 15:39:53 +07:00 |
|
hathach
|
7e5c6ded2d
|
add tusbh_cdc_serial_is_mounted API
test for cdch close driver
|
2013-07-02 15:32:41 +07:00 |
|
hathach
|
12526b34a1
|
extract qhd_xfer_error_isr
add support for period list in xfer_error_isr
pass period TUSB_EVENT_XFER_ERROR & TUSB_EVENT_XFER_STALLED tests
|
2013-07-02 12:22:46 +07:00 |
|
hathach
|
9fea5291bf
|
refractor extract list_next
add support for TUSB_EVENT_XFER_STALL
add test for error/stall in periodic list
|
2013-07-02 12:01:51 +07:00 |
|
hathach
|
3f0d740776
|
rename usbh_isr to usbh_xfer_isr
|
2013-07-01 15:30:29 +07:00 |
|
hathach
|
e1883fcd26
|
add acm_capability saving to host data & its test
|
2013-07-01 11:29:23 +07:00 |
|
hathach
|
a4f7dc1105
|
add & pass a first few test for cdc host
implement cdch_open_subtask
|
2013-07-01 10:35:37 +07:00 |
|
hathach
|
a943cce991
|
test refractor
|
2013-06-29 21:00:33 +07:00 |
|
hathach
|
d7fc73ff76
|
rename test folder
|
2013-06-29 16:16:05 +07:00 |
|