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.git


    from a38fd1603ca drivers/i2c: I2C_SLAVE_DRIVER depends on I2C_SLAVE
     new ffa6ba222f2 !boards: enforce secure ROMFS passwd and TEA key setup
     new e9c9cba51de boards: add CI ROMFS passwd credentials and refresh docs
     new d75d7131657 cmake/romfs: invoke passwd helper scripts via POSIX shell

The 3 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:
 .github/workflows/build.yml                        |   6 +
 Documentation/components/tools/index.rst           | 182 ++++++++++++---------
 .../renesas/rx65n/boards/rx65n-grrose/index.rst    |  23 ++-
 .../platforms/sim/sim/boards/sim/index.rst         |  49 +++---
 Makefile                                           |   1 +
 boards/Board.mk                                    |  11 +-
 boards/Kconfig                                     |  67 ++++++--
 boards/sim/sim/sim/configs/login/defconfig         |   1 +
 cmake/nuttx_add_romfs.cmake                        | 141 +++++++++++++---
 tools/check_passwd_keys.sh                         |  82 ++++++++++
 tools/configure.sh                                 |   3 +
 tools/gen_passwd_keys.sh                           |  92 +++++++++++
 tools/mkpasswd.c                                   | 103 +++++++-----
 tools/passwd_keys.mk                               |  77 +++++++++
 tools/update_romfs_password.sh                     |  75 +++++++++
 15 files changed, 716 insertions(+), 197 deletions(-)
 create mode 100755 tools/check_passwd_keys.sh
 create mode 100755 tools/gen_passwd_keys.sh
 create mode 100644 tools/passwd_keys.mk
 create mode 100755 tools/update_romfs_password.sh

Reply via email to