Ha Thach

Results 484 comments of Ha Thach

The mcu looks interesting, unfortunately I have no plan to support this anytime soon yet.

write packet should be 31 for command and 13 for status. If it is not possible with current 16 bit fifo, We probably need to switch to byte access mode...

can you provide context of your setup and how to reproduce & test the issue.

thank you for the PR, What is your GD32 mcu specifically ? even though it is generic, we will still want to reproduce the issue and verify the fix. Is...

thank you for your detail setup explanation, I will try to simulate it with self-power hub of some sort.

> * Looks like there must be a note that the fall through is wanted. Not sure if `[[fallthrough]]`, `/* FALLTHROUGH */` or may `__attribute__((__fallthrough__))` does the trick. you should...

> @hathach The build pre-comit is failing. I do not understand why file `FreeRTOS_Kernel_import.cmake` requires a blank line at the end of the file. The file `pico_sdk_import.cmake` does not have...

I am making some chagnes to the cmake as well to better support both esp32 and rp2040 as well as others later on. https://github.com/hathach/tinyusb/tree/cmake . I am currently busy, but...

still haven't decided which is best way to do this, but I may follow the approach using by FreeRTOS-kernel https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/CMakeLists.txt which also requires an external file config I.e adding CMakelists.txt...