Closed takaswie closed 1 year ago
Hardware specification is provided by Weiss Engineering for some models. The series adds support for models from Weiss Engineering. At present, common functions are available.
Takashi Sakamoto (2): protocols/dice: weiss: add support for Weiss Engineering models in common protocol runtime/dice: weiss: add support for Weiss Engineering models Cargo.toml | 4 +- README.rst | 10 ++- protocols/dice/README.md | 8 +++ protocols/dice/src/lib.rs | 1 + protocols/dice/src/weiss.rs | 89 ++++++++++++++++++++++++ runtime/dice/src/main.rs | 1 + runtime/dice/src/model.rs | 99 ++++++++++++++++++++++++++- runtime/dice/src/weiss_model.rs | 116 ++++++++++++++++++++++++++++++++ 8 files changed, 324 insertions(+), 4 deletions(-) create mode 100644 protocols/dice/src/weiss.rs create mode 100644 runtime/dice/src/weiss_model.rs
Merged.
Hardware specification is provided by Weiss Engineering for some models. The series adds support for models from Weiss Engineering. At present, common functions are available.