hathach / tinyusb

An open source cross-platform USB stack for embedded system

Home Page:https://www.tinyusb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renesas RZ/T Support

nmantych-RAE opened this issue · comments

Related area

New port support

Hardware specification

RZ/T2M-RSK

Is your feature request related to a problem?

I want to use the TinyUSB stack for both device and HOST functionality. I have ported the USB device driver to TinyUSB and have been having issues with the USB host driver which uses OHCI/EHCI. I tried using the existing OHCI/EHCI support in TinyUSB and modifying it for the RZT2M based on the Renesas FSP reference code and have not been able to.

Describe the solution you'd like

Co-development of a new device driver for Renesas RZ/T MPUs.

I have checked existing issues, dicussion and documentation

  • I confirm I have checked existing issues, dicussion and documentation.