hathach / tinyusb

An open source cross-platform USB stack for embedded system
https://www.tinyusb.org
MIT License
4.68k stars 1k forks source link

Renesas RZ/T Support #2695

Open nmantych-RAE opened 3 days ago

nmantych-RAE commented 3 days ago

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