I'm trying to bypass any attempted access to the ADC on my Bela Mini, so that I can use the second hardware SPI bus and omit the ADC from my board. I came across this commit in an old thread. Is this improvement still needed in the latest release?
I imagine that bypassing some code in PRU.cpp won't be enough, and I'll have to dig into the assembly. Or maybe I'm overcomplicating things - if I could comment something out to accomplish this, let me know.