-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Operating System
Windows 11
Arduino IDE version
1.8.19
Board
Adafruit QT Py ESP32
ArduinoCore version
esp32 3.2.0-RC1
TinyUSB Library version
3.4.3
Sketch as ATTACHED TXT
Arduino_USB_Host_BFF_DeviceInfo.txt
Compiled Log as ATTACHED TXT
What happened ?
i came across this issue after an Arduino CI run on the Learn repo: https://github.com/adafruit/Adafruit_Learning_System_Guides/actions/runs/13796988406/job/38591397494#step:7:841
the error is
error: #error "MCUs are only supported with CFG_TUH_MAX3421 enabled"
395 | #error "MCUs are only supported with CFG_TUH_MAX3421 enabled"
both examples that failed test against esp32 only.
locally, i recreated the issue. i tried including #define CFG_TUH_MAX3421 1 in the sketch but it still throws the same error. also tried compiling for the qtpy esp32-s3 but got the same error.
when i compile for the feather m4, it does not throw the error so it seems to be espressif only.
How to reproduce ?
the same issue also occurs with the example from the library that the learn sketch is based on (dualrole - simple - device_info_max3421e)
- open example (dualrole - simple - device_info_max3421e)
- select adafruit qtpy esp32
- compile
- #error "MCUs are only supported with CFG_TUH_MAX3421 enabled occurs
Debug Log
No response
Screenshots
No response