m4sterchain commented on code in PR #207:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/207#discussion_r2194906360


##########
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:
   Both. You can also update the original `no-std` doc,  to illustrate 
switching between no-std archs using the new config system.



-- 
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

Reply via email to