Did some testing and 1.59 seems to run much more stable than 1.58. I am seeing far less glitches with the Teensy hanging on boot for certain optimization flags:
I checked (with --specs=nano.specs as well):
-...
Ok, managed to fix the issue :)
USBDriver::claim() and USBDriver::disconnect() were not properly marked pure virtual. Made a fix PR here:
https://github.com/PaulStoffregen/USBHost_t36/pull/125
I saw some post mentioning this error (https://forum.pjrc.com/threads/58979-duplicate-Arduino-Debug-via-Serial), but it doesn't say if/how the issue was reoslved. Basically, when I am building my project in debug...
Not sure if this is the right place to ask, but I am trying to get my Teensy-based MIDI device recognized by Traktor PRO (DJ Software). I tested the MIDI connection using MidiView and it looks all good. However, Traktor...