summaryrefslogtreecommitdiff
path: root/src/host/usbh_pvt.h
AgeCommit message (Collapse)Author
2024-03-22implement tuh_init()hathach
change usbh driver init() return type from void to bool
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
2023-12-26improved hex debug print, improved USBH debug prints, added pid/vid debug printIngHK
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-11-24fixed compile errors due to untreated CFG_TUH_LOG_LEVELIngHK
2023-09-07- wrap up hcd max3421, work well with nrf52840hathach
- also add usbh_defer_func()
2023-08-15more minor clean uphathach
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd