DemesneGH commented on code in PR #207: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/207#discussion_r2194802231
########## docs/emulate-and-dev-in-docker-std.md: ########## @@ -0,0 +1,120 @@ +--- +permalink: /trustzone-sdk-docs/dev-and-emulate-in-docker-std.md +--- + +# š Standard Library Development with Docker Review Comment: The title is a bit confusing to me. Iād prefer something like "Developing std TAs with Docker" or another you think fits better. ########## docs/emulate-and-dev-in-docker-std.md: ########## @@ -0,0 +1,120 @@ +--- +permalink: /trustzone-sdk-docs/dev-and-emulate-in-docker-std.md +--- + +# š Standard Library Development with Docker + +This guide covers the **key differences** when developing with **Rust standard library (std) support** +compared to the regular no-std environment documented in [emulate-and-dev-in-docker.md](emulate-and-dev-in-docker.md). + +> š **Prerequisites**: Read the [original Docker development guide](emulate-and-dev-in-docker.md) +> first. This document focuses only on std-specific differences and capabilities. + +## What's Different with Std Development + +The std-enabled environment adds: +- **Flexible configuration management** - Switch between std/no-std modes and architectures dynamically +- **Rust standard library tailored for OP-TEE** - Collections, networking, serialization capabilities +- **Mixed development support** - Combine different host and TA architectures in the same project Review Comment: Is **Mixed development support** specific to std? I think it's shared design. -- 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