hathach
|
15c80a9580
|
clean up
|
2013-10-16 12:35:55 +07:00 |
|
hathach
|
640b0ec546
|
- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoked in non-isr context
|
2013-10-01 13:53:54 +07:00 |
|
hathach
|
f8f398a681
|
start to add msc host, fix dangerous problem with unstable device when plugged --> 200 ms delay. 50ms delay after each port reset
|
2013-09-20 23:53:48 +07:00 |
|
hathach
|
86681fe442
|
starting to add support for IAR workbench
|
2013-09-19 16:11:11 +07:00 |
|
hathach
|
ad0ef2e266
|
all project can run ok
|
2013-09-13 22:30:11 +07:00 |
|
hathach
|
c71f5c6f1b
|
integrate & able to run cmsis-rtx with current code base
|
2013-09-13 16:53:17 +07:00 |
|
hathach
|
c08c655fd1
|
implementing initializing for RNDIS
|
2013-07-05 11:46:12 +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
|
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
|
294ddd0acc
|
complete CDC serial demo (in a quick hacking way)
|
2013-07-03 11:39:09 +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
|
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 |
|