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

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


    from 2ca518bad nshlib: apply privilege prompt markers only after real login
     new d04cffd98 system/nxinit: Add setprop support for action
     new 99dd131a7 system/nxinit: Add support for action triggers
     new 1290acf35 system/nxinit: Fix action event parsing loss
     new 5b6299100 system/nxinit: Fix multi-event action triggering
     new 1503c29f5 system/nxinit: Fix index underflow issue
     new 3328bbb0b system/nxinit: fix on-event actions re-running on every 
trigger

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 system/nxinit/CMakeLists.txt                       |   2 +
 system/nxinit/Kconfig                              |  16 +-
 system/nxinit/Makefile                             |   1 +
 system/nxinit/action.c                             | 216 ++++++++++++++++-----
 system/nxinit/action.h                             |  40 +++-
 system/nxinit/builtin.c                            |  16 ++
 system/nxinit/init.c                               |  46 ++---
 system/nxinit/init.h                               |  16 ++
 .../flash_eraseall.h => system/nxinit/property.h   |  31 +--
 .../nxinit/property_simple.c                       |  22 ++-
 10 files changed, 301 insertions(+), 105 deletions(-)
 copy include/fsutils/flash_eraseall.h => system/nxinit/property.h (66%)
 copy crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c => 
system/nxinit/property_simple.c (71%)

Reply via email to