b49020 commented on code in PR #128: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/128#discussion_r1593731572
########## README.md: ########## @@ -25,11 +33,47 @@ Teaclave (incubating)](https://teaclave.apache.org/). - [Run Rust Applications](#run-rust-applications) - [Run Rust Applications in QEMUv8](#run-rust-applications-in-qemuv8) - [Run Rust Applications on other platforms](#run-rust-applications-on-other-platforms) + - [Test](#test) - [Documentation](#documentation) - [Publication](#publication) - [Contributing](#contributing) - [Community](#community) + +## TA Development Modes + +### Comparison + +#### `no-std` + +- **Pros**: + - Reuses standard Rust AArch64 tier-1 toolchain target (`aarch64-unknown-linux-gnu`). Review Comment: This is true for 32-bit systems (AArch32) as well where toolchain target is `arm-unknown-linux-gnueabihf`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org