This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 3aab2a2e73 fs/nxffs: Fix typo(nxem_wait->nxmutex_lock) error in comment
     new ebe4ab8894 risc-v/espressif: Add support for RTC subsystem
     new 8e83379b84 risc-v/espressif: Initialize HR Timer where it is required

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:
 arch/risc-v/src/espressif/Kconfig                  |   4 +-
 arch/risc-v/src/espressif/Make.defs                |   4 +
 arch/risc-v/src/espressif/esp_hr_timer.c           |  27 +-
 arch/risc-v/src/espressif/esp_rtc.c                | 878 +++++++++++++++++++++
 arch/risc-v/src/espressif/{esp_wdt.h => esp_rtc.h} |  20 +-
 arch/risc-v/src/espressif/hal_esp32c6.mk           |   1 +
 .../configs/{timers => rtc}/defconfig              |  14 +-
 .../esp32c3-generic/src/esp32c3_bringup.c          |  12 +-
 .../configs/{timers => rtc}/defconfig              |  14 +-
 .../esp32c6-generic/src/esp32c6_bringup.c          |  12 +-
 .../configs/{timers => rtc}/defconfig              |  14 +-
 .../esp32h2-generic/src/esp32h2_bringup.c          |  12 +-
 12 files changed, 960 insertions(+), 52 deletions(-)
 create mode 100644 arch/risc-v/src/espressif/esp_rtc.c
 copy arch/risc-v/src/espressif/{esp_wdt.h => esp_rtc.h} (82%)
 copy boards/risc-v/espressif/esp32c3-generic/configs/{timers => rtc}/defconfig 
(87%)
 copy boards/risc-v/espressif/esp32c6-generic/configs/{timers => rtc}/defconfig 
(88%)
 copy boards/risc-v/espressif/esp32h2-generic/configs/{timers => rtc}/defconfig 
(88%)

Reply via email to