This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit cf0f662eec9213be32bf972888f422575b03bc7a Author: ivila <[email protected]> AuthorDate: Fri Mar 7 14:29:09 2025 +0800 docs: Update doc - fix missing `secure_db_abstraction-rs` - add `mnist-rs` Signed-off-by: Zehui Chen <[email protected]> Reviewed-by: Yuan Zhuang <[email protected]> --- README.md | 4 +++- docs/overview-of-optee-rust-examples.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b608be..f5f12b9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,9 @@ branch (`main`), please refer to the [Overview of OP-TEE Rust Examples](https://teaclave.apache.org/trustzone-sdk-docs/overview-of-optee-rust-examples/). - **`no-std`**: Excludes `test_serde`, `test_message_passing_interface`, - `test_tls_client`, `test_tls_server`. + `test_tls_client`, `test_tls_server`, `test_secure_db_abstraction`. + +- **`std`**: Excludes `test_mnist_rs`. ## Quick Start with the OP-TEE Repo for QEMUv8 diff --git a/docs/overview-of-optee-rust-examples.md b/docs/overview-of-optee-rust-examples.md index 8f2e767..e731cb7 100644 --- a/docs/overview-of-optee-rust-examples.md +++ b/docs/overview-of-optee-rust-examples.md @@ -34,3 +34,5 @@ To compile one of the examples, run `make -C examples/EXAMPLE_DIR`. | signature_verification-rs | `c7e478c2-89b3-46eb-ac19-571e66c3830d` | Sign a message and verify the signature using the third party crate [ring](https://github.com/veracruz-project/ring). | | tls_client-rs | `ec55bfe2-d9c7-11eb-8b0e-f3f8fad927f7` | Do TLS connection from Trusted Application. | | tls_server-rs | `69547de6-f47e-11eb-994e-f34e88d5c2b4` | Set up the TLS server in Trusted Application. | +| secure_db_abstraction-rs | `e55291e1-521c-4dca-aa24-51e34ab32ad9` | An abstraction of database base on Secure Storage. | +| mnist-rs | Train: `1b5f5b74-e9cf-4e62-8c3e-7e41da6d76f6` <br/> Infer: `ff09aa8a-fbb9-4734-ae8c-d7cd1a3f6744` | Training and Performing Inference in Trusted Application. | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
