Ha Thach

Results 484 comments of Ha Thach

I am glad you figure a way to get it work. Since I will revise the code anyway later on, I pay more attention to this case.

Thanks for detail report, please put all code in the triple quote following C '```C' . Also can you run your test with the `LOG=2` then post your LOG here...

I moved log to its own file since it is too long to post here. I will try to look at the log for analyzing. If you are also troubleshooting...

yeah, it even has an TODO remove later as well, apparently I plan to remove it. I will check it out later on to see what is best to change.

Nice idea, I did have systemview running with nrf52 in this repo https://github.com/adafruit/Adafruit_nRF52_Arduino and FreeRTOS. Will got it running late on when having (more) time

> Last bug report for now, I swear :). Np, more issues, more fun :smile: Thank you very much, the example demo isn't really well tested so far, only to...

This is probably caused by cdc not sending zlp when last packet is 64 bytes. Would you mind testing this again ?

> I unfortunately do not have a STM32F4 Discovery board to test with anymore- I accidentally fried it in late 2019/early 2020 :P! no problems at all, I will pull...

convert to draft to prevent accidentally merged. Should be marked as ready when other Arduino Core PR is merged, we could then continue with the review.

thank you for explanation and the suggestion. https://github.com/adafruit/Adafruit_TinyUSB_Arduino/pull/151 try to use **keydown** event instead of keypress, which seems to be supported on Android. would you mind trying it out to...