Skip to content

Documentation/nxinit: document property triggers - #19877

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
JianyuWang0623:nxinit-action-triggers-doc
Aug 17, 2026
Merged

Documentation/nxinit: document property triggers#19877
xiaoxiang781216 merged 1 commit into
apache:masterfrom
JianyuWang0623:nxinit-action-triggers-doc

Conversation

@JianyuWang0623

Copy link
Copy Markdown
Contributor

Note: Please adhere to Contributing Guidelines.

Summary

This is a documentation-only change to
Documentation/applications/system/nxinit/index.rst, following up on
apache/nuttx-apps#3726 which added action (property) trigger support to
NXInit.

  • The Triggers section previously stated that action (property) triggers
    were not yet implemented. They are supported now, so the section now
    describes the fnmatch-based value matching (glob patterns and the
    != form) and the edge-triggered semantics of on <event>.
  • The Examples section used the stale CONFIG_SYSTEM_INIT_* prefix. It
    now uses the correct CONFIG_SYSTEM_NXINIT_* prefix and adds a
    property trigger example (on boot && property:...).

Impact

  • Feature: no (documentation only).

Testing

Documentation change, tested with the Sphinx docs build.

The Triggers section previously stated that action (property) triggers
were not yet implemented; they are supported now, so describe the
fnmatch value matching and the edge-triggered semantics of on <event>.
The Examples section used the stale CONFIG_SYSTEM_INIT_* prefix and now
uses CONFIG_SYSTEM_NXINIT_* together with a property trigger example.

This documents the behavior added in
apache/nuttx-apps#3726.

Assisted-by: GitHubCopilot:claude-opus-4.8
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
@github-actions github-actions Bot added Area: Documentation Improvements or additions to documentation Size: S The size of the change in this PR is small labels Aug 17, 2026
@xiaoxiang781216
xiaoxiang781216 merged commit f40e948 into apache:master Aug 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Documentation Improvements or additions to documentation Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants