This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ea161e4fa98 documentation: Document MQTT-C with Mbed TLS usage.
new ab6b1fd6f96 !build: add build-time password generation with mkpasswd
tool.
new 86a7fa9246f !boards: migrate SIM and ESP32-C3-legacy to generated
passwd files.
new ba6a4d55fe9 !Documentation: describe build-time passwd generation
workflow.
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:
.gitignore | 1 +
Documentation/components/tools/index.rst | 110 ++++
.../renesas/rx65n/boards/rx65n-grrose/index.rst | 22 +-
.../boards/esp32c3-legacy-devkit/ROMFS.txt | 24 +-
.../platforms/sim/sim/boards/sim/index.rst | 50 +-
boards/Board.mk | 19 +-
boards/Kconfig | 50 ++
.../esp32c3-legacy-devkit/src/Make.defs | 2 +-
.../esp32c3-legacy-devkit/src/etc/passwd | 1 -
boards/sim/sim/sim/configs/login/defconfig | 3 +-
boards/sim/sim/sim/src/CMakeLists.txt | 1 -
boards/sim/sim/sim/src/Makefile | 2 +-
boards/sim/sim/sim/src/etc/passwd | 1 -
cmake/nuttx_add_romfs.cmake | 69 +++
cmake/savedefconfig.cmake | 17 +-
tools/.gitignore | 1 +
tools/Makefile.host | 20 +-
tools/Unix.mk | 19 +-
tools/mkpasswd.c | 625 +++++++++++++++++++++
19 files changed, 984 insertions(+), 53 deletions(-)
delete mode 100644
boards/risc-v/esp32c3-legacy/esp32c3-legacy-devkit/src/etc/passwd
delete mode 100644 boards/sim/sim/sim/src/etc/passwd
create mode 100644 tools/mkpasswd.c