robert-hh
|
ec6f56768a
|
mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.
Which fits both MIMXRT10XX and MIMXRT11XX.
|
2022-07-01 09:04:36 +02:00 |
|
hathach
|
606f932d92
|
added dcd_sof_enable() stubs for all other ports
|
2022-03-07 23:05:05 +07:00 |
|
hathach
|
96165a1950
|
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
minor clean up
|
2022-03-04 17:07:04 +07:00 |
|
hathach
|
11c89d43ab
|
more internal rename
|
2022-02-26 17:06:50 +07:00 |
|
hathach
|
31aa077cb0
|
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
|
2022-02-25 18:35:21 +07:00 |
|
hathach
|
d10326cb4e
|
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
2022-02-25 18:35:21 +07:00 |
|
kkitayam
|
03d2e32dc1
|
Fix handling for pending transfers
|
2022-01-27 23:38:19 +09:00 |
|
kkitayam
|
60a0be82da
|
Change hcd_edpt_xfer to send at the next SOF
|
2022-01-27 22:25:36 +09:00 |
|
kkitayam
|
cc06a3585e
|
Add handling for NAK response
|
2022-01-27 20:57:41 +09:00 |
|
kkitayam
|
cdab869472
|
Fix handling control transfer
|
2022-01-27 20:57:41 +09:00 |
|
kkitayam
|
a4bc6075ce
|
Add HCD functions for KL25Z
|
2022-01-27 20:57:40 +09:00 |
|
hathach
|
0612433eef
|
add chipidea highspeed controller
add warning to transdimension for the rename
|
2021-12-01 12:14:44 +07:00 |
|
hathach
|
5af989384b
|
remove ep descriptor wMaxPacketSize bitfield due to endian issue
|
2021-10-24 13:11:21 +07:00 |
|
hathach
|
a5f516893b
|
more with -Wcast-qual
|
2021-10-17 16:36:53 +07:00 |
|
hathach
|
b363afc091
|
minor clean up
|
2021-09-17 00:46:29 +07:00 |
|
hathach
|
c65cc75c6b
|
use correct resume detection for kl25z
|
2021-09-17 00:44:39 +07:00 |
|
hathach
|
8dfe0898e7
|
minor update to dcd khci
|
2021-09-17 00:43:10 +07:00 |
|
kkitayam
|
fbe1bf375c
|
Fix stall interrupt handling
|
2021-09-15 21:39:02 +09:00 |
|
hathach
|
93ed3034c0
|
merge master and minor clean up
|
2021-09-15 18:35:52 +07:00 |
|
hathach
|
f39656b6d7
|
Merge branch 'master' of github.com:hathach/tinyusb into kkitayam-impl_close_all_for_khci
|
2021-09-15 18:29:28 +07:00 |
|
hathach
|
43e6555fd0
|
clean up
|
2021-09-13 13:09:38 +07:00 |
|
hathach
|
9bed4e2e21
|
refactor nxp TDI dcd_edpt_xfer_fifo
|
2021-09-13 00:45:15 +07:00 |
|
hathach
|
038ec341f8
|
Merge branch 'fifo_dcd_transdimension' of https://github.com/HiFiPhile/tinyusb
|
2021-09-12 17:39:32 +07:00 |
|
hathach
|
dd60ce784c
|
nxp tdi: implement dcd edpt close all
|
2021-09-11 21:29:04 +07:00 |
|
hathach
|
1f7ade2b75
|
nxp tdi: fix error td prevent further transfer
|
2021-09-11 19:27:37 +07:00 |
|
MasterPhi
|
580893b3fe
|
Shorter expr.
|
2021-09-10 11:17:33 +02:00 |
|
kkitayam
|
2998f67eac
|
Fix dcd_edpt_clear_stall to reset data toggle
|
2021-09-10 00:18:43 +09:00 |
|
Mengsk
|
283783c082
|
dcd_edpt_xfer_fifo: use qtd_init if restriction not met.
|
2021-09-09 16:45:18 +02:00 |
|
hathach
|
ad8c0ee818
|
nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX
|
2021-09-09 20:26:03 +07:00 |
|
hathach
|
f948cbe471
|
nxp tdi implement remote wakeup
enhance bus reset, unplugged, suspend, resume detection
|
2021-09-09 17:04:04 +07:00 |
|
hathach
|
27800f7e4f
|
remove connected check for DCD_EVENT_UNPLUGGED since previous bus reset can clear this
implement unplugged detection for trans dimension dcd
|
2021-09-09 16:01:05 +07:00 |
|
kkitayam
|
780852efb3
|
Fix stall handling
|
2021-09-09 00:55:02 +09:00 |
|
kkitayam
|
22b5b47045
|
Implement dcd_edpt_close_all for NXP khci
|
2021-09-08 21:52:27 +09:00 |
|
MasterPhi
|
16b802d50c
|
add dcd_edpt_close and iso xfer.
|
2021-08-31 12:02:19 +02:00 |
|
MasterPhi
|
864d8381a7
|
dcd_transmission xfer_fifo support.
|
2021-08-31 11:59:51 +02:00 |
|
hathach
|
71e77e47fa
|
add dcd_edpt_close_all() for clear existing configured state
correctly responded to TD 9.13 Set Configuration Test
|
2021-08-26 17:07:03 +07:00 |
|
Ha Thach
|
9c3fdb8135
|
Merge pull request #1043 from hathach/more-host-improvement
More host improvement
|
2021-08-24 12:28:41 +07:00 |
|
Greg Steiert
|
86201f77be
|
initial commit of support for K32L2B
|
2021-08-23 16:17:57 -07:00 |
|
hathach
|
4ca176c291
|
refactor ehci init api
|
2021-08-23 12:37:54 +07:00 |
|
hathach
|
1dd2cd43dd
|
add hcd_ehci.h as interface for ehci port
|
2021-05-18 12:58:24 +07:00 |
|
hathach
|
ba90a8cb79
|
use correct NBYTES_MAX for full and high speed
|
2021-04-26 20:22:40 +07:00 |
|
hathach
|
a8e109cb3d
|
clean up
|
2021-04-26 17:14:20 +07:00 |
|
hathach
|
8ebdf2b097
|
ip3511 correct buffer offset, nbytes layout for highspeed port1
able to get passed enumeration and up to READ10
|
2021-04-26 14:43:58 +07:00 |
|
hathach
|
f14daf2081
|
fix unaligned access with port1 hs
|
2021-04-24 15:04:58 +07:00 |
|
hathach
|
b15d126d59
|
lpc55 improve multiple controller support
port1 highspeed requires USB_RAM
|
2021-04-24 13:36:05 +07:00 |
|
hathach
|
7089df2088
|
lpc55 correct bus_reset with highspeed on support controller
correct hsphy init for family
|
2021-04-24 12:19:13 +07:00 |
|
hathach
|
8bed369c7f
|
lpc55 better multiport support
|
2021-04-24 11:30:14 +07:00 |
|
hathach
|
8642c2045c
|
update dcd ip3511 for better multiple rhport support
|
2021-04-24 10:44:14 +07:00 |
|
hathach
|
82e24306e2
|
fix build with OPT_MCU_LPC177X_8X
|
2021-03-16 15:49:09 +07:00 |
|
hathach
|
de95585258
|
nxp tdi: hcd_init() reset and set host mode
|
2021-02-23 01:27:52 +07:00 |
|