summaryrefslogtreecommitdiff
path: root/src/host/ehci/ehci.h
AgeCommit message (Collapse)Author
2021-02-23move ehci and ohci to portable folderhathach
2021-02-18Implement requested PR changesJeremiah McCarthy
Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED.
2021-02-16Add alternate bitfield padding optionJeremiah McCarthy
Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled.
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-04temporarily remove osal_task_delay() from osalhathach
- add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11more clean uphathach
2018-12-11ehci clean uphathach
2018-12-11ehci struct renamehathach
2018-12-11ehci periodichathach
2018-12-11completely remove pipe handle for cdc/hub/ehcihathach
2018-12-10host msc built but got hardfault with inquiry commandhathach
2018-12-10ehci clean uphathach
2018-12-10add ep addr to host cdchathach
2018-12-10removing pipe handle, remove xfer typehathach
2018-12-10usbh remove class code in xfer isr callbackhathach
2018-12-09change usbh class driver open signaturehathach
2018-12-09clean up ehcihathach
2018-12-07clean up ehci, support only 1 controllerhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-06-18rename subfolder source to srchathach