Ha Thach

Results 484 comments of Ha Thach

@rppicomidi many thanks, I have revised hcd for rp2040 recently and also have some ideas on how to implement the bulk endpoints. Basically it is similar to your changes, we...

@rppicomidi no problem, I will pull and fix that later on. Sorry late response again, I am still busy with other works, and catching up with your PR. Will try...

> which would seem like a better place to have allowed each port to specify warnings if it wanted to Yeah, I agree, it is a better place to add...

Update: when build with LOG eanbled e.g make `BOARD=raspberry_pi_pico LOG=2` I got ``` error: "CFG_TUSB_DEBUG" redefined [-Werror] ``` due to the macro are defined in 2 places - https://github.com/hathach/tinyusb/blob/19956f070d4dbf75b7fe4e8108e20837a70007f4/hw/bsp/rp2040/family.cmake#L58 -...

> In order to reproduce this bug, it is important to have a board which is powered by a battery instead of USB. and then run any example from example....

also, on your custom board, did the reset happen with bare-metal example e.g cdc_msc (without freertos) ?

are you running the latest from git, if not please pull and try again. dwc2 all zero is probably clock issue, where the usb controller is not enabled/powered. PS: I...

you are right, I have written this long ago for NXP LPC MCU, and never thought it would need to support more than 16 devices. I actually prefer the solution...

this is mostly tested with my L476 discovery board. These line of codes are done when doing generic dwc2 driver #1163 with tons of testing (trial/error). Maybe I didn't fully...

yeah, a build management (meson) can be useful way to manage multiple repos. Though I still want to have an simple python script with list of repos and commit hash...