Ha Thach

Results 484 comments of Ha Thach

I can try to get host stack running on multiple controllers (same usbip) easily. For device, it needs quite a bit of works, and it is kind of neat and...

there is minimal docs for getting started. For this, you need to check code base. There is lots of mcus with multiple usb ports already.

enable multiple CDCs take more memory, most people don't need it, that is why it is not enabled by default.

implemented byy https://github.com/hathach/tinyusb/pull/2793

can you epxlain why the changes can support SPI for samd51 ?

There is a few update to pio-usb which isn't released yet, make sure - use the git latest on both pio-usb and this repo. - after enabed -DCFG_TUSB_DEBUG=2, the log...

use CFG_TUSB_DEBUG=2, then uncomment to have CFG_TUD_LOG_LEVEL=3, https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/src/arduino/ports/rp2040/tusb_config_rp2040.h#L72 that would disable device stack log. Which make thing easier to follow the host stack.

Thanks @HiFiPhile for great Pr as usual. Though I am off for TET (Lunar New Year) and won't be able to review this in 2 weeks. Happy New Year 🎉

> @hathach I just rebased on master and did some cleanup. `CFG_TUD_MEM_ALIGN` introduce a breaking change, but without this I don't know how to extract numeric value. How about adding...

@brentru I have tested with feather s3 tft with board selection is reservetft (sinnce I don't have reserve version). **It works just fine with my Linux machine, msc mounted created...