hathach
|
7d3ff7aff6
|
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
|
2018-12-06 22:24:31 +07:00 |
|
hathach
|
a619ff88a3
|
rename xfer complete enum
|
2018-11-23 15:17:43 +07:00 |
|
hathach
|
c7340f4b0e
|
clean up helper func
|
2018-10-23 12:19:32 +07:00 |
|
hathach
|
3c24671960
|
mass rename TUSB_CFG to CFG_TUSB
|
2018-04-10 14:31:11 +07:00 |
|
hathach
|
3e5e1f70bf
|
more shorten name
|
2018-03-23 12:42:30 +07:00 |
|
hathach
|
5f26c57b28
|
shorten descriptor type
|
2018-03-23 12:32:40 +07:00 |
|
hathach
|
06bb9ad7a7
|
move STRING & XSTRING & STATIC_ASSERT to compiler.h
disable test for a class of cdc host
temporarily disable test for test_osal_none.c
change include in some core files
remove osal.h from common.h
|
2014-04-17 22:57:11 +07:00 |
|
hathach
|
f1ea1ce52e
|
fixing test
- rename errors.h to tusb_errors.h
|
2014-04-17 20:40:34 +07:00 |
|
hathach
|
de7e21dc66
|
refractor hub api
fix all test build errors
|
2013-10-16 11:05:33 +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
|
c08c655fd1
|
implementing initializing for RNDIS
|
2013-07-05 11:46:12 +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
|
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
|
b3f98bc15a
|
rename cdc descriptor type
add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr
|
2013-07-03 10:53:16 +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
|
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 |
|