Skip to content

Commit c5ba243

Browse files
committed
[docs] Add design intro section.
Signed-off-by: Miguel Osorio <miguelosorio@google.com>
1 parent 1e15bc4 commit c5ba243

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/src/design/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# Design
1+
# Design
2+
3+
This section contains design documents that provide a detailed overview of the
4+
design and implementation of the OpenProt project. These documents are intended
5+
to provide guidance to developers and anyone interested in the internal workings
6+
of the project.
7+
8+
## Documents
9+
10+
- [**Generic Digest Server Design Document**](./driver-hubris-hash.md): This
11+
document describes the design and architecture of a generic digest server
12+
for Hubris OS that supports both SPDM and PLDM protocol implementations.
13+
14+
- [**Converting Rust HAL Traits to Idol Interfaces**](./rust-trait-to-idl-conversion.md):
15+
A practical guide that explains how to transform Rust Hardware Abstraction
16+
Layer (HAL) traits into Idol interface definitions for use in Hubris-based
17+
systems.

0 commit comments

Comments
 (0)