Chris Esposito
Chris Esposito
I can't see the video - just the audio.
Don't be concerned about the builds failing. Appveyor requires a secret key to complete the build, and the Travis build's failure is caused by the remote build machine trying to...
You know how sometimes people say something that is so plainly obvious that you wonder how you didn't think of it yourself? This is one of those things. Why have...
It is, and knowing me there'd be a sprintf() call too. Literally as simple as replacing that with a fprintf()!
This should be feasible to implement pretty easily. Both channels would need to sync on SOF, and the timer counter that exists for the clock calibration could have an interrupt...
Honestly man, any new feature that is added to the API is awesome! Let us know when you're ready to pull and I'll push it through.
That sounds awesome, David. In regards to the .pro file, all of the arch-specific stuff for unix is handled in a single location. Search the .pro file for `contains(QT_ARCH, arm)`....
Ahh, that's a pain. Running as sudo should get the board to connect, but of course that involves running as sudo... Where would be the best place to file a...
I couldn't tell you what the issue would be without seeing a screenshot, but wouldn't be surprised if it was a font DPI issue.
I was able to reproduce (1) on my home PC (Kubuntu 18.04) with the resolution forced to 1366x768. The minimum width for low-res displays was 800px, it should have been...