-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
He, I wanted to use another crate that depend on this one (usbd-human-interface-device), on my ESP32-S3 and sadly it wouldn't compile :/
The reason is that ESP32 (and probably other microcontrollers) doesn't support AtomicU64 which is used by the bitvec crate that this one depends on.
Digging into this I realize that you only use bitvec in 2 function:
| use bitvec::prelude::*; |
and
| use bitvec::prelude::*; |
I've personally copied everything locally and commented those out (work fine now 👍) (not qualify enough to make a PR myself)
original Issue: dlkj/usbd-human-interface-device#164
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels