Brian Whitman
Brian Whitman
I've created a branch for esp-idf `master` and `exthub.c` support -- esp-idf works, but the hubs don't yet work. i'll keep tracking it on the esp-idf issue tracker. I'll pick...
This may actually mean "USB gadget support" , not USB Host support
https://shorepine.github.io/amy/piano.html
This is underway, and called `AMYboard`. We're hoping to get our first prototypes in the next month or so. Features - stereo audio in and out - 2 CV in...
This in-design AMYboard will be the same chip as Tulip -- the ESP32-S3. However, it should support more polyphony and RAM than Tulip as it doesn't need to run all...
Yes, an issue here. Over UART, keys to the editor `keyboard_callback` are going to the REPL, overwriting the editor screen, not into the editor itself. Keys over USB are going...
Not a fix, but one thing is the `idf.py monitor`, at least on macOS terminal, will not pass Tulip a UART `control-X` or `control-Q` until you do `stty -ixon -ixoff...
Dan said it may be freq here https://github.com/shorepine/amy/issues/135#issuecomment-2272893041
Logistics note: we do _build_ the linux version as a commit hook in GitHub here, so we are tracking that it always builds fine. Maybe there's a way to also...