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
I'm of the opinion that USB is complex enough that it should be in its own crate (same thing with BLE). There's already an issue tracking progress on a USB stack at rust-embedded/wg#40 so I'm going to close this one. We can revisit having USB here or in other crate after more tangible progress have been made.
44: Implement transactional I2C interface and add example r=ryankurte a=eldruin
I implemented the transactional I2C interface from rust-embedded#223 and added an example with a driver which does a combined Write/Read transaction.
This is based on previous work from rust-embedded#33 by @ryankurte, rust-embedded/rust-i2cdev#51 and is similar to rust-embedded#35.
Co-authored-by: Diego Barrios Romero <[email protected]>
Most of the modern stm32 chips have native USB capabilities at the hardware level.
This should probably provide an interface to setup and use the bare basics. Specific USB Host/Client protocols could then be implemented on top of it.
The text was updated successfully, but these errors were encountered: