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
Compile HID examples on ESP32-S2 or ESP32-S3 and get linker errors
"hcd_max3421.c:272:(.text.hcd_setup_send+0x4c): undefined reference to `__atomic_test_and_set'"
Downgrading to ESP32 Arduino core 3.1.3 allows compilation
How to reproduce ?
Open Arduino IDE
Select ESP32-S2 or ESP32-S3 board
Open Examples / Adafruit TinyUSB Library / hid_composite example