tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
168 stars 109 forks source link

examples/usb_i2c_mctp: Set source ID different to destination ID #531

Closed alistair23 closed 10 months ago

alistair23 commented 10 months ago

@twilfredo

twilfredo commented 10 months ago

We need to change https://github.com/westerndigitalcorporation/spdm-utils/blob/5b9a94a6338a56f76bddccb26b1e24cf13f7c376/tock-responder/src/mctp.rs#L136 as well, so that the subsequent write from the responder is to the new address.

alistair23 commented 10 months ago

We need to change https://github.com/westerndigitalcorporation/spdm-utils/blob/5b9a94a6338a56f76bddccb26b1e24cf13f7c376/tock-responder/src/mctp.rs#L136 as well, so that the subsequent write from the responder is to the new address.

Yep, https://github.com/westerndigitalcorporation/spdm-utils/pull/38 should handle that