Ha Thach
Ha Thach
@wooyay thanks for pointed out the issue with osal_task_delay(), though board_millis() cannot be used, since it is application function. We will do it better with additional API later on.
this should be resolved in current master. Try out this example to see if that works for you https://github.com/hathach/tinyusb/tree/master/examples/host/msc_file_explorer
@pete-pjb thank you for your good will, though each port is different. rp2040 host does not support Bulk endpoints previously, which is the main reason for this issue. Anyway, I...
sorry, I was a bit busy atm, will check this out whenever I could. Thank you for your patient.
> @clhenry Just to be clear, @hathach may be very busy, and while I am a collaborator, I mostly focus on backend stuff. I want to wait for @hathach to...
superb !! thank you, give me a bit of time, I will try to review this as soon as I could.
change type of avail to uint32_t that matches the return type of tud_cdc_write_available(). It probably return 256 which is 0 in char type.
> @hathach Could you take a look of my pending PRs when you have some time ? Especially this one is necessary to make audio class running reliably. sorry, will...
@shreeve No I don't think it is possible to mux different DM/DP pin. The usb_muxing is refering to using different PHY but still using the same pins, much like switching...
> But what about cases where this isn't known? In my case, I'd like to make prebuilt binaries of this library for multiple architectures. These binaries can be linked into...