Skip to content

Commit decbaca

Browse files
committed
Refactor readme for Teaclave
1 parent c7e2de3 commit decbaca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Rust OP-TEE TrustZone SDK
2-
3-
[![Build Status](https://travis-ci.com/sccommunity/rust-optee-trustzone-sdk.svg?branch=master)](https://travis-ci.com/sccommunity/rust-optee-trustzone-sdk)
4-
5-
Rust OP-TEE TrustZone SDK provides abilities to build safe TrustZone
6-
applications in Rust. The SDK is based on the [OP-TEE](https://www.op-tee.org/)
7-
project which follows [GlobalPlatform](https://globalplatform.org/) TEE
8-
specifications and provides ergonomic APIs. In addition, it enables capability
9-
to write TrustZone applications with Rust's standard library and many
10-
third-party libraries (i.e., crates).
1+
# Teaclave TrustZone SDK
112

3+
Teaclave TrustZone SDK (Rust OP-TEE TrustZone SDK) provides abilities to build
4+
safe TrustZone applications in Rust. The SDK is based on the
5+
[OP-TEE](https://www.op-tee.org/) project which follows
6+
[GlobalPlatform](https://globalplatform.org/) TEE specifications and provides
7+
ergonomic APIs. In addition, it enables capability to write TrustZone
8+
applications with Rust's standard library and many third-party libraries (i.e.,
9+
crates). Teaclave TrustZone SDK is a sub-project of [Apache Teaclave (incubating)](https://teaclave.apache.org/).
1210

1311
## Getting started
1412

@@ -79,7 +77,9 @@ more documents [here](https://optee.readthedocs.io/en/latest/general/platforms.h
7977

8078
## Contributing
8179

82-
Contributions are very welcome, please submit issues or send pull requests.
80+
Teaclave TrustZone SDK is open source in [The Apache Way](https://www.apache.org/theapacheway/),
81+
we aim to create a project that is maintained and owned by the community. All
82+
kinds of contributions are welcome. Thanks to our [contributors](https://teaclave.apache.org/contributors/).
8383

8484
## Publication
8585

@@ -101,5 +101,5 @@ Here is the BiBTeX record for your reference.
101101

102102
## License
103103

104-
Rust OP-TEE TrustZone SDK is distributed under the Apache License (Version 2.0).
104+
Teaclave TrustZone SDK is distributed under the Apache License (Version 2.0).
105105
See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)