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/20 07:40:53 UTC

[nuttx] branch master updated (57034f483d -> 1be9d7c57f)

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 57034f483d esp32: fix lower half oneshot for usage with nxsched_oneshot_start
     add adc5f52fcf esp32s3: Add support to EFUSE
     add 1be9d7c57f esp32s3-devkit: Initialize EFUSE driver

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Kconfig                    |   6 +
 arch/xtensa/src/esp32s3/Make.defs                  |   6 +
 .../src/esp32s3/esp32s3_efuse.c}                   | 120 ++++++------
 .../src/esp32s3/esp32s3_efuse.h}                   |  26 +--
 .../src/esp32s3/esp32s3_efuse_lowerhalf.c}         |  52 ++---
 .../src/esp32s3/esp32s3_efuse_table.c}             | 213 ++++++++++++++-------
 .../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c   |  12 ++
 7 files changed, 262 insertions(+), 173 deletions(-)
 copy arch/{risc-v/src/esp32c3/esp32c3_efuse.c => xtensa/src/esp32s3/esp32s3_efuse.c} (86%)
 copy arch/{risc-v/src/esp32c3/esp32c3_efuse.h => xtensa/src/esp32s3/esp32s3_efuse.h} (91%)
 copy arch/{risc-v/src/esp32c3/esp32c3_efuse_lowerhalf.c => xtensa/src/esp32s3/esp32s3_efuse_lowerhalf.c} (84%)
 copy arch/{risc-v/src/esp32c3/esp32c3_efuse_table.c => xtensa/src/esp32s3/esp32s3_efuse_table.c} (82%)