Roma Jam
Roma Jam
Hi @higaski, just for info: are you using the light sleep mode in you project? Otherwise, there could be a potential requirement to be able to configure these pull resistors...
Hi @olicooper, Thanks for the information. I can see that the fs was mounted with error (based on the attached log). The USB MSC class provides only a transport layer...
Just encountered the same issue.
Hi @chipweinberger, Thanks for bumping, it is always good to know that someone is waiting for the solution. Currently, we are in the final steps of refactoring (to support external...
Hi @paulblid , Could you share the backtrace log? There were several changes made in v5,3, so it is better to have a freash backtrace log to check that the...
@hathach May I ask you to check why pre-commit is failing please? ``` unit-test................................................................Failed - hook id: unit-test - exit code: 1 🚧 Loaded project configuration from working directory. >...
Hm....could be cache-related. Could you try to enable `CFG_TUH_MEM_DCACHE_ENABLE` ?
@AndyDevLat , right now I don't think that mixing fifo settings from esp-idf and hcd_dwc2 from tinyusb somehow can help. But the issue could be related to the way, how...
Hi @inbarab , that is right, thank you so much for such detailed description. That is why `tusb_msc` example is not able to build with such configuration (`#error Unsupported console...
Hi @hathach, yes, I briefly checked the API, and public `dwc2_dcd_int_enable`/`dwc2_dcd_int_disable ` return void. Would it be possible to consider changing it to return `bool` type?