Commit 59503b6
committed
Add MCTP over USB embassy device
This provides a MCTP over USB device sending/receiving MCTP packets. It
also provides run() to integrate it with a mctp_estack::Router.
This is not part of the workspace because of conflicts between
serde std feature and ssmarshall, pulled in by embassy-usb.
https://gitlab.com/robigalia/ssmarshal/-/issues/5
Signed-off-by: Matt Johnston <[email protected]>1 parent c689680 commit 59503b6
File tree
6 files changed
+879
-1
lines changed- ci
- mctp-usb-embassy
- src
6 files changed
+879
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
0 commit comments