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/incubator-nuttx.git.


    from 45672c2  Make: use gcc as LD
     add dbf9c87  risc-v/esp32c3: Support ESP32-C3 RTC driver

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Kconfig                    |   1 +
 arch/risc-v/src/esp32c3/Make.defs                  |   4 +
 arch/risc-v/src/esp32c3/esp32c3_rtc.c              | 567 ++++++++++++++++++++-
 arch/risc-v/src/esp32c3/esp32c3_rtc.h              | 209 ++++++++
 .../src/esp32c3/esp32c3_rtc_lowerhalf.c}           | 370 +++++++-------
 .../risc-v/src/esp32c3/esp32c3_rtc_lowerhalf.h     |  32 +-
 .../configs/{ostest => rtc}/defconfig              |   7 +-
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |  15 +
 8 files changed, 983 insertions(+), 222 deletions(-)
 copy arch/{z80/src/ez80/ez80_rtc_lowerhalf.c => 
risc-v/src/esp32c3/esp32c3_rtc_lowerhalf.c} (60%)
 copy boards/arm/nrf52/nrf52840-dk/src/nrf52_timer.c => 
arch/risc-v/src/esp32c3/esp32c3_rtc_lowerhalf.h (76%)
 copy boards/risc-v/esp32c3/esp32c3-devkit/configs/{ostest => rtc}/defconfig 
(90%)

Reply via email to