You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
This is a really great and helpful project!
However there seems to be a problem when you want to use it in conjunction with the Teensy Audio lib (https://github.com/PaulStoffregen/Audio).
When including both libs (TeensyDebug needs to be defined first to avoid other warnings) I get
impossible constraint in 'asm'
as an error in the file "Audio\utility\dspinst.h" at line 38
Hello!
This is a really great and helpful project!
However there seems to be a problem when you want to use it in conjunction with the Teensy Audio lib (https://github.com/PaulStoffregen/Audio).
When including both libs (TeensyDebug needs to be defined first to avoid other warnings) I get
as an error in the file "Audio\utility\dspinst.h" at line 38
asm volatile("ssat %0, %1, %2, asr %3" : "=r" (out) : "I" (bits), "r" (val), "I" (rshift));
and the following warning
is there a way to resolve this issue?
I am using PlatformIO (Core 5.2.5) and VSCode. I tried different platformio.init configurations but my recent one is as adviced.
I am using the latest version from GitHub of TeensyDebug
The text was updated successfully, but these errors were encountered: