This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit c28e61fd3941cdf9e9b8bcb34c68b53891ad55fb
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Wed May 27 10:51:34 2026 -0300

    system/nxinit: Change NXInit to EXPERIMENTAL
    
    Since NXInit still under development, it is better to change it to
    EXPERIMENTAL.
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 system/nxinit/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/nxinit/Kconfig b/system/nxinit/Kconfig
index 382984371..58d3c406e 100644
--- a/system/nxinit/Kconfig
+++ b/system/nxinit/Kconfig
@@ -6,6 +6,7 @@
 config SYSTEM_NXINIT
        tristate "NuttX Init"
        default n
+       depends on EXPERIMENTAL
        depends on LIBC_EXECFUNCS
        depends on SCHED_CHILD_STATUS
        ---help---

Reply via email to