Ha Thach

Results 484 comments of Ha Thach

superb !! Thank you very much, let give me a bit of time for reviewing (still need to wrap up other work first).

@tyustli thank you for your PR, could you please provide a bit info on the board you are tested with e.g link to the board. I will try to see...

thanks for the link, I couldn't find any board with the chip, seems like it is not very popular. Not sure how to get one for testing.

**Symptom**: Set Report Control request to Control Endpoint for HID interface will end up with garbage data. Other actions still works well ( custom bulk transfer & send, receive report...

@HiFiPhile that is OK, I still prefer not puttin this in the stack.. the commennt will help to illustrate the point of guess work. just use bool flag for each...

did the same version setup (core BSP + library) work with Arduino IDE ?

Thanks @HiFiPhile, though I think printf lock should be done in user space by implementing (nano)libc lock in _write_r(). Since not all retarget needs lock e.g. segger rtt

> > though I think printf lock should be done in user space by implementing (nano)libc lock in _write_r(). Since not all retarget needs lock e.g. segger rtt > >...

already implemented, you can try with stock host example with _freertos or host/device_info

it is implemented by tinyusb in host controller driver (hcd). I am not sure which frame/lib you use with Arduino, but you can use the existing tinyusb host API to...