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 03685825c9f fs/binfmt: Enforce POSIX execute permissions prior to 
binary load
     new e5d89591282 drivers/crypto: add Microchip RNG90 driver
     new cf9c51d1448 Documentation/examples/rng90: add RNG90 application 
documentation

The 2 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:
 .../applications/examples/rng90/index.rst          | 118 +++++++
 .../common/include/esp_board_rng90.h}              |  21 +-
 boards/risc-v/esp32c3/common/src/CMakeLists.txt    |   4 +
 boards/risc-v/esp32c3/common/src/Make.defs         |   4 +
 .../src/{esp_board_bmp280.c => esp_board_rng90.c}  |  49 +--
 .../configs/{bmp180 => rng90}/defconfig            |   6 +-
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |  13 +
 drivers/crypto/CMakeLists.txt                      |   4 +
 drivers/crypto/Kconfig                             |  10 +
 drivers/crypto/Make.defs                           |   4 +
 drivers/crypto/rng90.c                             | 372 +++++++++++++++++++++
 include/nuttx/{power/act8945a.h => crypto/rng90.h} |  43 +--
 12 files changed, 590 insertions(+), 58 deletions(-)
 create mode 100644 Documentation/applications/examples/rng90/index.rst
 copy boards/risc-v/{esp32c6/common/include/esp_board_mpu60x0.h => 
esp32c3/common/include/esp_board_rng90.h} (82%)
 copy boards/risc-v/esp32c3/common/src/{esp_board_bmp280.c => 
esp_board_rng90.c} (73%)
 copy boards/risc-v/esp32c3/esp32c3-devkit/configs/{bmp180 => rng90}/defconfig 
(95%)
 create mode 100644 drivers/crypto/rng90.c
 copy include/nuttx/{power/act8945a.h => crypto/rng90.h} (72%)

Reply via email to