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
Compile
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Operating System
MacOS
Arduino IDE version
2.3.5
Board
Adafruit QTPy ESP32-S2, Adafruit QTPy ESP32-S3
ArduinoCore version
3.2.0
TinyUSB Library version
3.4.4
Sketch as ATTACHED TXT
Trying to compile "hid_composite" or "hid_boot_keyboard" example.
Compiled Log as ATTACHED TXT
esp32s3-tinyusb-error.txt
What happened ?
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 ?
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: