Daniel Kenyon-Jones
Daniel Kenyon-Jones
Also experiencing the same issue with domain credentials on 2.2.19. @onpubcom workaround is working for me but I'd appreciate a fix that works offline.
Highlighting a use case. I'm the owner of [`usbd-human-interface-device`](https://crates.io/crates/usbd-human-interface-device) the crate aims to provide a high level library for building USB HID on any `embedded-hal`/[`usb-device`](https://crates.io/crates/usb-device) supported platform. Implementing the full...
Yes, will require implementing suspended and resume in `rp2040-hal::usb` and exposing remote wakeup in `usb-device`
@jonaslagoni - with #1271 and #1276 is there anything outstanding on this issue?
May be related to https://www.beyondlogic.org/usbnutshell/usb5.shtml#ConfigurationDescriptors - indicates that bit 7 should always be set
Hi. I've reproduced the compiler errors due to the interaction of the esp32-s3 toolchain and `packed_struct`/`bitvec`/`radium`. ``` error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`, `core::sync::atomic::AtomicU64` --> C:\Users\dlkj\.cargo\registry\src\index.crates.io-6f17d22bba15001f\radium-0.7.0\src\lib.rs:53:34 | 53 | use core::sync::atomic::{AtomicI64, AtomicU64};...
> I dont know how feasible it is but I would love a feature that we can turn on to use 32bit atomic instead From a quick dig though `radium`,...
*cough* No comments? Would anyone have any objection to me prototyping this and creating a PR?
Thanks. I just like to get a feel of the community's feelings about things before making a substantial PR and risk having it rejected because it doesn't align well with...