Tristan Rowley

Results 56 comments of Tristan Rowley

I'm seeing the same behaviour here too. I'm trying to figure out why sending MIDI notes to the host randomly stops working until I unplug and re-plug the USB, but...

> On the PI Pico, depending on your use case, this issue may be worked around by sensing VBUS instead; GPIO 24 is hardwired for that on the Pico. (WL_GPIO...

I forget the details, so this shouldn't be considered a complete fix; but I use this fork successfully with my RP2040 project (along with initialising at runtime instead of statically,...

same here :/ nobody got any suggestions?

Hi @valeros, thanks for your response, sorry for the long delay in my reply. Unfortunately, running 'Inspect' on the project when using `platform = [email protected]` doesn't finish compilation and give...

Realised I could do a crude comparison using the .o files from each build - some obvious outliers from first glance are:- ``` 4.17: 49264 ./FrameworkArduino/CrashReport.cpp.o/CrashReport.cpp.o 4.18: 89676 ./FrameworkArduino/CrashReport.cpp.o/CrashReport.cpp.o 4.17:...

@valeros thanks again for your help here. I've produced a .map file for each build. Opening the resulting files in 'amap' shows me a breakdown of the size of the...

Sure thing -- here's a zip with the two output files, let me know if you have any trouble with that and thanks for taking a look! [doctea map files...

Hacked in CV clock input support (in an ugly fashion) into my project and got this roughly working using the `develop` branch and `PPQN_4`. Not sure if it is working...

Do you have a simple example that demonstrates this, or can you post your full code? I output serial MIDI clock in my RP2040+uClock project, and I don't think I've...