nuttx-apps/examples/rust
Huang Qi 18838d23bf examples/rust: Add basic Slint example
Summary:
- Added a basic Slint example for NuttX, demonstrating how to integrate Slint UI framework with Rust on NuttX
- Includes a simple UI with a counter and touchscreen input handling
- Provides CMake, Kconfig, and Makefile configurations for building the example

Impact:
- Introduces a new example showcasing Slint UI framework usage on NuttX
- Enables developers to explore Rust-based UI development on embedded systems
- Demonstrates integration with NuttX framebuffer and touchscreen drivers

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2025-01-29 14:08:45 +08:00
..
baremetal examples/rust: Rename hello_rust to rust/baremetal 2025-01-15 01:53:56 +08:00
hello rust/hello: Optimize the build flags 2025-01-19 17:16:38 +08:00
slint examples/rust: Add basic Slint example 2025-01-29 14:08:45 +08: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