Skip to content

Commit cce6ea3

Browse files
author
Amanda Butler
authored
Create usb.md
Create contributing (porting) API reference template for engineering.
1 parent ccaac20 commit cce6ea3

File tree

1 file changed

+25
-0
lines changed
  • docs/reference/contributing/target

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### USB
2+
3+
[Include a brief description here.]
4+
5+
#### Assumptions
6+
7+
##### Defined behavior
8+
9+
[Include any defined behavior in bullet format here.]
10+
11+
##### Undefined behavior
12+
13+
[Include any undefined behavior in bullet format here.]
14+
15+
##### Notes
16+
17+
[Include any potential trouble areas in bullet format here.]
18+
19+
#### Implementing USB
20+
21+
[Include implementation information here.]
22+
23+
#### Testing
24+
25+
[Include testing information here.]

0 commit comments

Comments
 (0)