nuttx-apps/examples/rust/hello
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
..
src examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
.gitignore examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
Cargo.toml rust/hello: Optimize the build flags 2025-01-19 17:16:38 +08:00
CMakeLists.txt examples/rust: Fix hello_rust_cargo CMake settings 2026-05-22 15:00:26 +08:00
Kconfig examples: New app to build Rust with Cargo 2025-01-10 22:25:13 +08:00
Make.defs [nxstyle] fix Relative file path 2025-02-21 16:29:13 -05:00
Makefile apps/rust: Add dependencies for Rust cargo in make builds 2026-06-04 13:42:22 +09:00