| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-04 | fix naming, and build | hathach | |
| 2022-03-04 | correct qhd and qtd count for ehci/ohci | hathach | |
| 2022-03-04 | rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX | hathach | |
| minor clean up | |||
| 2022-03-02 | try to fix ci | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-25 | internal symbol rename | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-01-28 | OHCI: Fix array out of bounds issue | Ryzee119 | |
| If using a USB hub, a request outside the array size can occur Original line: https://github.com/hathach/tinyusb/blob/ffb257ac17f162bc5a4c26596d7a1e954db98aa5/src/portable/ohci/ohci.h#L162 It can happen in a few places but one such example is here: https://github.com/hathach/tinyusb/blob/ffb257ac17f162bc5a4c26596d7a1e954db98aa5/src/portable/ohci/ohci.c#L460 ie. if HUB address is 5, this would be an array index out of bounds on control endpoints as `CFG_TUH_DEVICE_MAX+1` is only 5. This fix just includes num of hubs in the reserve array size. Fixing locally fixed this issue. | |||
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-08-23 | add hcd_devtree_get_info() | hathach | |
| remove usbh_hcd.h | |||
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | remove hcd_edpt_stalled() | hathach | |
| 2021-05-31 | clean up | hathach | |
| 2021-05-31 | correct ohci endpoint address in xfer complete | hathach | |
| 2021-05-31 | clean up ohci, remove obsolete api | hathach | |
| 2021-02-23 | move ehci and ohci to portable folder | hathach | |
