This is an automated email from the ASF dual-hosted git repository.

zfc pushed a change to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


    from 7cca75f  readme: unify branding name
     new ea124c2  examples: simplify makefile for building in STD=y and docker 
envs.
     new fafc8c1  docs: add std/no-std column for examples
     new 7eaa7cc  makefile: explicit selection example category
     new 38518de  setup: xargo install using default cargo
     new 7dafe79  examples: ensure consistency in test script, doc and makefile 
target.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/reuse_test.yml                   |  12 +--
 .gitignore                                         |   2 +
 Makefile                                           |  32 ++++---
 docs/overview-of-optee-rust-examples.md            |  53 ++++++-----
 examples/Makefile                                  | 101 +++++++++++++++++++++
 examples/acipher-rs/ta/Makefile                    |   2 +-
 examples/aes-rs/ta/Makefile                        |   2 +-
 examples/authentication-rs/ta/Makefile             |   2 +-
 examples/big_int-rs/ta/Makefile                    |   2 +-
 examples/build_with_optee_utee_sys-rs/ta/Makefile  |   5 -
 examples/client_pool-rs/ta/Makefile                |   2 +-
 examples/diffie_hellman-rs/ta/Makefile             |   2 +-
 examples/digest-rs/ta/Makefile                     |   2 +-
 examples/error_handling-rs/ta/Makefile             |   2 +-
 examples/hotp-rs/ta/Makefile                       |   2 +-
 examples/inter_ta-rs/ta/Makefile                   |   2 +-
 .../message_passing_interface-rs/host/Makefile     |   5 -
 examples/message_passing_interface-rs/ta/Makefile  |   5 -
 examples/mnist-rs/ta/inference/Makefile            |   5 -
 examples/mnist-rs/ta/train/Makefile                |   5 -
 examples/property-rs/ta/Makefile                   |   2 +-
 examples/random-rs/ta/Makefile                     |   2 +-
 examples/secure_db_abstraction-rs/host/Makefile    |   5 -
 examples/secure_db_abstraction-rs/ta/Makefile      |   5 -
 examples/secure_storage-rs/ta/Makefile             |   2 +-
 examples/serde-rs/host/Makefile                    |   5 -
 examples/serde-rs/ta/Makefile                      |   5 -
 examples/signature_verification-rs/ta/Makefile     |   2 +-
 examples/supp_plugin-rs/ta/Makefile                |   2 +-
 examples/tcp_client-rs/ta/Makefile                 |   2 +-
 examples/time-rs/ta/Makefile                       |   2 +-
 examples/tls_client-rs/host/Makefile               |   5 -
 examples/tls_client-rs/ta/Makefile                 |   5 -
 examples/tls_server-rs/host/Makefile               |   5 -
 examples/tls_server-rs/ta/Makefile                 |   5 -
 examples/udp_socket-rs/ta/Makefile                 |   2 +-
 projects/web3/eth_wallet/host/Makefile             |   5 -
 projects/web3/eth_wallet/ta/Makefile               |   5 -
 scripts/setup-std/setup_rust_std.sh                |   2 +-
 setup_std_dependencies.sh                          |   2 +-
 40 files changed, 178 insertions(+), 137 deletions(-)
 create mode 100644 examples/Makefile


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to