Ryzee119

Results 123 comments of Ryzee119

No rush at all I will follow up with proper periodic schedule handling (Ohci spec Figure 5-5 tree). I may put this in a #ifdef guard so it can be...

I have made a STM32F7 HCD driver before using HAL_HCD though. Might be a starting point, you still to setup the USB gpio, clocks and the otg_irq etc. https://gist.github.com/Ryzee119/5a1b74e98449fdf5ed24b3f361ff4e2c

Yea admittedly, I hadnt tested bulk transfers so that may be an issue :) > like my code - no comments but with attempt of something like self-descriptioning code by...

I will create a PR for this fix soon Thanks for your input 👍 I am using 4 ports, 5 hubs and potentially 12 devices so pushing the limits a...

I assume non standard class drivers are a non-goal of this project. I have a xinput USB host driver for TinyUSB, https://github.com/Ryzee119/tusb_xinput, but 'emulating them' as a usb device shouldnt...

Issue noticed. I think i see the issue. I could probably fix it. Ill update here when i get a chance.

You may need to try the official Lattice programming software and compatible programmer. There has been alot of reports of urjtag/the programmer failing. I don't know why yet.

@benur75 your questions are not related to this repo at all.

@benur75, This repo has been designed around the 4032. It wont work on a 4064. If you re-synthesis the vhdl for a 4064 it will do the exact same thing....

https://github.com/Ryzee119/ArduinoProm/issues/1 This may be related if using Uno