Ha Thach

Results 484 comments of Ha Thach

Ah thanks, I thought you would have a running examples so that we could quickly test it out and fix it. Regardless, these are valid issue. Ultimately we shouldn't just...

Yeah I am well aware of this issue. This will basically allow host purposely write/read memory in other section by overflowing current one. This can effective change the behavior by...

source only repo can be used for this purpose https://github.com/hathach/tinyusb_src , it is update by ci whenever an file within src is updated. I have also thought of spliting the...

Thank you for your suggestion, to be honest, I wouldn't want to move a finger to change something that already works :smile: . Though recently both Espressif and RPi release...

> Well, at least [cmake-microchip](https://github.com/Elemecca/cmake-microchip) exists if a PIC port of TinyUSB ever happens... Thank you very much for your pointer, that is great to know. Will check if I...

true, except rpi, they are doing a great job with docs and build 😄

Please fill out all the detail in bug template in the first post. It is mandatory. This issue will then be reopened

Thanks for updating the issue following the template. The SamG55 host driver is unfortunately not supported yet. I am surprised that you could get this far. Are you implementing the...

@Makurisan try to implement the hcd_uframe_number(), it is probably the issue, the reset must stay long enough. Your problem wihtout implement it is 1. osal_task_delay() (based on frame number): is...

@Makurisan oh, I just realize, samg also use OHCI. I normally test with LPC1769 for OHCI, but it has been quite some time. Currently I mostly use lpc18xx EHCI when...