[esp] Add Rust example with std.

This commit is contained in:
2025-07-06 13:22:06 -04:00
parent 20efb62615
commit bb28b1e2ef
11 changed files with 175 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
embuild::espidf::sysenv::output();
}