nuttx-apps/examples/rust
Shoji Tokunaga e03e7a1890 apps/rust: Add dependencies for Rust cargo in make builds
Add a Rust make helper that collects crate input files, and use it for
the Rust hello and slint examples.

This makes the generated Rust static libraries depend on the crate
sources, manifests, build scripts. Hook the libraries into both context
and all, so re-running make after editing Rust inputs rebuilds the crate.

Signed-off-by: Shoji Tokunaga <toku@mac.com>
2026-06-04 13:42:22 +09:00
..
baremetal examples/rust: Rename hello_rust to rust/baremetal 2025-01-15 01:53:56 +08:00
hello apps/rust: Add dependencies for Rust cargo in make builds 2026-06-04 13:42:22 +09:00
slint apps/rust: Add dependencies for Rust cargo in make builds 2026-06-04 13:42:22 +09:00
.gitignore examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
CMakeLists.txt examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
Make.defs examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
Makefile examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00