hathach
c1848b8114
add code for ehci interrupt handler
...
- interrupt source identifying
- for async list process
refractor control_xfer to use insert_qtd_to_qhd
- add test for control xfer interrupt processing
- add code for faking ehci controller async list scheduling & processing
- add prototype for void usbh_isr(pipe_handle_t pipe_hdl, uint8_t class_code);
2013-03-10 17:51:53 +07:00
hathach
644f0d3932
make "used" member of ehci_qtd_t into reserved place of buffer[1] (with assert check in hcd init)
2013-03-07 17:59:07 +07:00
hathach
5c3bd1f8dc
add code & test for hcd_pipe_open interrupt
...
high and non-highspeed
2013-03-06 22:21:42 +07:00
hathach
685fb97086
rename fields in ehci_qtd_t
2013-03-06 15:08:09 +07:00
hathach
959311532e
refractor
...
- rename some field in ehci_qhd/qtd_t
- code test for open pipe
2013-03-06 14:55:02 +07:00
hathach
3ed29f5f3c
add test & code for hcd_pipe_control_open
2013-03-05 14:26:36 +07:00
hathach
a259be6edf
refractor
...
- remove TUSB_CFG_HOST_CONTROLLER_START_INDEX
2013-03-04 18:01:05 +07:00
hathach
94c004724c
allow configure host/device by controller basic
...
- make changes to adapt
add mcu_capacity.h
2013-03-04 16:21:41 +07:00
hathach
5207875add
sperate tests
2013-03-04 01:00:25 +07:00
hathach
9a8dc0a26d
rename
2013-03-04 00:54:53 +07:00