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
#include <Arduino.h> in Adafruit_TinyUSB.h now yields “undefined reference to _ZN17Adafruit_USBD_CDC16getInstanceCountEv”
moving the declaration to the local Adafruit_TinyUSB_API.h in .pio doesn’t work, we need to patch the copy in ~/.platformio/packages/framework-arduinopico
using HardwareSerial in declaration now yields “'HardwareSerial' does not name a type” due to circular include
we now need debug3.patch.txt git -C ~/.platformio/packages/framework-arduinopico apply $PWD/debug3.patch
The text was updated successfully, but these errors were encountered:
Adafruit TinyUSB Library
status of other patches with 3.1.0
#include <Arduino.h>
in Adafruit_TinyUSB.h now yields “undefined reference to _ZN17Adafruit_USBD_CDC16getInstanceCountEv”git -C ~/.platformio/packages/framework-arduinopico apply $PWD/debug3.patch
The text was updated successfully, but these errors were encountered: