This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8b0c54b59eb3500153ead10f95a1ae67e4299a8d Author: Matteo Golin <[email protected]> AuthorDate: Wed May 27 20:00:09 2026 -0400 docs/nxinit: Add link to Android init docs Add the same link from the NXInit Kconfig help. Signed-off-by: Matteo Golin <[email protected]> --- Documentation/applications/system/nxinit/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/applications/system/nxinit/index.rst b/Documentation/applications/system/nxinit/index.rst index 448118156d1..b99ff224917 100644 --- a/Documentation/applications/system/nxinit/index.rst +++ b/Documentation/applications/system/nxinit/index.rst @@ -12,7 +12,9 @@ NSH and NSH_LIBRARY is relatively large, and NSH lacks management capabilities for daemons/services (such as restarting services). NXInit was created by Xiaomi to solve these issues. It is compatible with -most of the syntax of Android Init. +most of the syntax of Android Init, which you can read about here: +https://android.googlesource.com/platform/system/core/+/master/init/README.md + It is lightweight, supports command execution triggered by events, supports service/daemon management and many more.
