You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/27 05:16:43 UTC

[nuttx] branch master updated (80bbb0f24c -> e0cb643545)

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 80bbb0f24c esp32c3: Fix IRQ initialization, it was crashing on DEBUG_ASSERTIONS
     add b27351828a esp32s3: Add RNG driver
     add f2b53d7234 Add board config example to test random number generator
     add 2d635be05f Update arch/xtensa/src/esp32s3/esp32s3_rng.c
     add e0cb643545 Update arch/xtensa/src/esp32s3/esp32s3_rng.c

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Kconfig                    |  7 +++
 arch/xtensa/src/esp32s3/Make.defs                  |  4 ++
 .../esp32s2_rng.c => esp32s3/esp32s3_rng.c}        | 50 ++++++++++++++++------
 .../src/esp32s3}/hardware/wdev_reg.h               | 12 +++---
 .../configs/{nsh => random}/defconfig              |  2 +
 5 files changed, 55 insertions(+), 20 deletions(-)
 copy arch/xtensa/src/{esp32s2/esp32s2_rng.c => esp32s3/esp32s3_rng.c} (84%)
 copy arch/{risc-v/src/esp32c3 => xtensa/src/esp32s3}/hardware/wdev_reg.h (81%)
 copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{nsh => random}/defconfig (96%)