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:41:19 UTC

[nuttx] branch master updated (1be9d7c57f -> 9b187446f4)

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 1be9d7c57f esp32s3-devkit: Initialize EFUSE driver
     add 2bdb7c0e8d esp32s2: Add support to EFUSE
     add 9b187446f4 esp32s2-saola-1: Initialize EFUSE driver

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s2/Kconfig                    |   6 +
 arch/xtensa/src/esp32s2/Make.defs                  |   6 +
 .../esp32s3_efuse.c => esp32s2/esp32s2_efuse.c}    | 112 ++++++++--------
 .../src/esp32s2/esp32s2_efuse.h}                   |  26 ++--
 .../esp32s2_efuse_lowerhalf.c}                     |  52 ++++----
 .../esp32s2_efuse_table.c}                         | 148 +++++----------------
 .../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c  |  12 ++
 7 files changed, 154 insertions(+), 208 deletions(-)
 copy arch/xtensa/src/{esp32s3/esp32s3_efuse.c => esp32s2/esp32s2_efuse.c} (86%)
 copy arch/{risc-v/src/esp32c3/esp32c3_efuse.h => xtensa/src/esp32s2/esp32s2_efuse.h} (91%)
 copy arch/xtensa/src/{esp32s3/esp32s3_efuse_lowerhalf.c => esp32s2/esp32s2_efuse_lowerhalf.c} (84%)
 copy arch/xtensa/src/{esp32s3/esp32s3_efuse_table.c => esp32s2/esp32s2_efuse_table.c} (88%)