-
Notifications
You must be signed in to change notification settings - Fork 178
Add initial draft of the USB technology page #440
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
Conversation
cfd0793
to
2df6e2f
Compare
09cbc12
to
481a721
Compare
Add initial content for the USB technology page.
Complete initial copy edit.
Change passive to active voice with engineering help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving notes to myself to fix.
docs/reference/technology/USB.md
Outdated
- USBDevice - the core of Mbed OS's USB stack and is responsible for state management and synchronization. | ||
- USB component - code that inherits from USBDevice and provides the desired USB interfaces. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Update link format.
docs/reference/technology/USB.md
Outdated
|
||
You can see the interaction of these three components in this diagram: | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Update link format.
Copyedit and update the USB diagrams.
Update image link formatting.
Update teh endpoint state diagram to reflect the new read API.
Add initial content for the USB technology page.