Matthias Schär
Matthias Schär
I noticed an additional change that needs to be made. It has to do with the software configurable peripheral interrupt of the USB hardware. The interrupt vector (`PERIB_INTB185`) needs to...
@perigoso I totally agree with you. I prefer the stdint types over the underlying types, too. Not exactly sure why I used the underlying types. Probably because they were used...
I am experiencing the exact same problem. Is there already a workaround available that doesn't involve fiddling around with drivers? I'm trying to implement a composite device that has RNDIS...
Since setting up a new project takes some time, I decided to look further into the composition of my descriptors. I am sure they contain correct data since I checked...
Commit [c1c1238](https://github.com/hathach/tinyusb/pull/1580/commits/c1c123875d0edc8b32631e830c2dda39d47468f2): Static code checks generate unnecessary warnings when using the CCRX toolchain. This happens if the macro `TU_VERIFY_STATIC` is used on the same line numbers in different files. The...