hathach
|
2c9ecb300a
|
get all tests passed with lpc18xx_43xx. Need to disable some though
|
2014-04-18 13:51:54 +07:00 |
|
hathach
|
f1ea1ce52e
|
fixing test
- rename errors.h to tusb_errors.h
|
2014-04-17 20:40:34 +07:00 |
|
hathach
|
0d00742cf0
|
more doxygen work
rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard)
|
2013-10-25 17:28:31 +07:00 |
|
hathach
|
de7e21dc66
|
refractor hub api
fix all test build errors
|
2013-10-16 11:05:33 +07:00 |
|
hathach
|
cb600ed988
|
clean up hid host (temp let test failed)
|
2013-09-28 01:01:44 +07:00 |
|
hathach
|
63b776f7cf
|
add some tests support for msc host
refractor msch buffer for getting inital scsi like inquiry, read capacity
adding support for resovling stall on control pipe
|
2013-09-24 15:21:16 +07:00 |
|
hathach
|
d15ba08fdc
|
house keeping
|
2013-09-21 13:17:43 +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
|
391e132d6b
|
no big deal, only rename tusb_std_request_t to tusb_control_request_t
|
2013-07-04 12:25:39 +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
|
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
|
d7fc73ff76
|
rename test folder
|
2013-06-29 16:16:05 +07:00 |
|