nuttx-apps/builtin
Huang Qi f824e6852f apps/rust: makefile updates for unified library build system
Replace individual Rust crate building with unified library approach through
makefile modifications for better build performance and dependency management.

* Updated Application.mk to include Rust.mk and add unified build targets
* Modified top-level Makefile to integrate RUST_BUILD_UNIFIED in build process
* Added RUST_CLEAN_UNIFIED call to Application.mk clean target
* Updated Makefile distclean target to remove rust_unified_lib directory
* Updated example Makefiles to use nuttx_add_rust registration function
* Removed manual EXTRA_LIBS configurations from Rust example Make.defs files
* Added .rdat registry files and rust_unified_lib to gitignore
* Enhanced tools/Rust.mk with unified build system functions

The unified system builds all registered Rust crates together through
makefile integration, improving compilation efficiency and enabling better
dependency management across the NuttX applications framework.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-04-20 15:20:21 +08:00
..
registry apps/rust: makefile updates for unified library build system 2026-04-20 15:20:21 +08:00
.gitignore build: Remve the unnecessary .gitignore 2026-04-20 14:51:04 +08:00
CMakeLists.txt App startup:merge nsh_builtin into nsh_fileapps 2026-04-20 15:20:14 +08:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2026-04-20 15:05:00 +08:00
Makefile App startup:merge nsh_builtin into nsh_fileapps 2026-04-20 15:20:14 +08:00
builtin_list.c Kconfig/task heap:use Kconfig to contrl Application heapsize 2026-04-20 15:19:27 +08:00
builtin_list.h.in Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
builtin_proto.h.in Remove the const cast from the initialization of boardioc_symtab_s::symtab 2026-04-20 15:09:53 +08:00
exec_builtin.c prlimit:if not use prlimit, set attr NULL 2026-04-20 15:20:14 +08:00