nuttx-apps/system/nxinit
fangpeina d04cffd986 system/nxinit: Add setprop support for action
Add the property backend and a setprop builtin so that setting a
property can feed action triggers.  property_simple.c provides a minimal
init_property_*() implementation whose init_property_set() forwards the
key/value pair to init_action_trigger_event(), and init.c wires the
property poller into the init poll loop.

Signed-off-by: fangpeina <fangpeina@xiaomi.com>
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2026-08-15 18:51:45 +08:00
..
action.c system/nxinit: Fix timespec incomplete error in action.h 2026-06-05 09:43:45 +08:00
action.h system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
builtin.c system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
builtin.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
CMakeLists.txt system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
import.c system/nxinit: Fix missing check for import argument 2026-06-05 09:43:45 +08:00
import.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
init.c system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
init.h system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
Kconfig apps/nxinit: Make init.rc file path configurable 2026-05-28 01:08:11 -03:00
Make.defs system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
Makefile system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
parser.c system/nxinit: fix init parser to handle multiple quoted arguments 2026-06-05 09:43:45 +08:00
parser.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
property.h system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
property_simple.c system/nxinit: Add setprop support for action 2026-08-15 18:51:45 +08:00
service.c system: nxinit: bound debug argv dump 2026-07-07 09:47:23 +08:00
service.h system/nxinit: Let use a define to define the class max cmds 2026-05-27 17:20:07 -03:00