Brent K
Brent K
@Jake-Carter, must just have been good timing between this issue and PR#964. This is the MAX32690. I'll try out the commit in #964 to see if it resolves the issue....
Sorry @Jake-Carter, testing this got lost in the pile. Yes this looks like it resolved the issues I was seeing the V1 SPI with respect to chaining SPI transactions within...
@Jake-Carter , @EricB-ADI . This is incomplete, still a lot of work to be done on the examples and documentation side of things. Before going too far, I wanted to...
I think at this point, everything is pushed for review. Once the PR at the TinyUSB repo is merged, I'll re-grab the library code to make sure our inclusion is...
@Jake-Carter I rebased against main to resolve the merge conflicts. Looked like it was just a minor Makefile update causing the issue. Probably worth checking once over to make sure...
@Jake-Carter I think the issue here is building a TinyUSB library for re-use versus compiling the source directly into the project. The contents of TUSB library is dependent on the...
Does it still make sense to retain these libraries as libraries in the linking sense? Thinking about FreeRTOS and TinyUSB especially, since what gets compiled into these projects is so...
Looks like the relocation of the MAXUSB examples cause a linting failure with header guards. I'll go ahead and fix those today. Is there a good way to run all...