mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 17:43:22 +08:00
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 https://github.com/apache/nuttx-apps/pull/3726. Assisted-by: GitHubCopilot:claude-opus-4.8 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>