Skip to content

USB API #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
teburd opened this issue Jan 25, 2018 · 1 comment
Closed

USB API #33

teburd opened this issue Jan 25, 2018 · 1 comment

Comments

@teburd
Copy link

teburd commented Jan 25, 2018

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.

@teburd teburd changed the title USB USB API Jan 29, 2018
@japaric
Copy link
Member

japaric commented Feb 7, 2018

Thanks for your interest, @BFrog.

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.

@japaric japaric closed this as completed Feb 7, 2018
peckpeck pushed a commit to peckpeck/embedded-hal that referenced this issue Nov 10, 2022
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants