Ha Thach

Results 484 comments of Ha Thach

yeah, you are right, I think I will need to add `_freertos` to the library in the cmakelists.txt target. Another way to solve this is don't inline osal_ function, that...

> fyi, i have been crazy busy, and will be for a bit longer, so apologies for not getting to this yet. No problems, we are all busy, I am...

Thank you for making PR, after doing quite a bit of works to support cmake for other mcus, I am getting better with it. I agree that adding tinyusb_device_freertos and...

do you have other USB hub to test with, just to make sure it is not as generic issue ? I tested previously fine with my hub.

when you are able to test with other hub and can narrow the issue to the specific chipset, please detail your hub make and model as well as link, picture...

there is a on-going PR that fixes an issue with hub, would you mind trying it out https://github.com/hathach/tinyusb/pull/2016

yeah, I think you are right about this. The way the msc driver is doing is queuing its self back using the same usbd event queue. Since tud_task() trying to...

thank you for your idea. I am currently still busy with other works, will definitely taking your note into account the next time I work on this.

can you elaborate your code and the issue you are encountering.

thanks for the context, I will try to revise the include hierachy and/or review this later on.