Ha Thach
Ha Thach
### Discussed in https://github.com/hathach/tinyusb/discussions/2078 Originally posted by **Commotari** May 24, 2023 in function tud_hid_n_report the length is getting limited according the bufferlength "CFG_TUD_HID_EP_BUFSIZE" that is configured in tusb_config.h. if using...
### Discussed in https://github.com/hathach/tinyusb/discussions/2034 Originally posted by **Jubatian** April 19, 2023 Hi, Would like to ask about the behaviour of **tud_msc_read10_cb()** in a scenario which seems to not work like...
Fix missing gcc dianostic push. Before making changes to GCC warnings, we should always push first then pop afterwards. `bsp_api.h` pop the diagnostic but doesn't push and mess up with...
Hi hi, PIO-USB is a great library, and we have been doing lots of great stuffs thanks to it. I would like to ask whether you have an plan to...
This PR add support for SAME51 header from `SAME51_DFP.1.1.139`. Please let me know if you have any feedback/review @ladyada
First of all, thank you very much for this great and fun project. For context, I have ported the motion kit sketch to work with [Adafruit nRF52 core ](https://github.com/adafruit/Adafruit_nRF52_Arduino) to...
- if show() is called again, it will blockingly wait for previous show() to complete first (if not yet). - also drop the DWT fallback implementation since it is rarely...
HI, thank you very much of this great project. I would like to report an issue where the pack command couldn't find the SAMD51 target although it is listed in...