You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/12/21 13:04:23 UTC

[incubator-nuttx] branch master updated (c471f0f -> 6d16550)

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 c471f0f  risc-v/esp32c3: Remove deprecated note about Flash Detect feature
     add 6d16550  risc-v/esp32c3: Initialize rtc and peripheral parameters by default when chip starts

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/esp32c3_pm.c              | 513 -------------
 arch/risc-v/src/esp32c3/esp32c3_pm.h              |  16 -
 arch/risc-v/src/esp32c3/esp32c3_pminitialize.c    |   4 -
 arch/risc-v/src/esp32c3/esp32c3_rtc.c             | 874 ++++++++++++++++++++--
 arch/risc-v/src/esp32c3/esp32c3_rtc.h             |  67 ++
 arch/risc-v/src/esp32c3/esp32c3_start.c           |  11 +
 arch/risc-v/src/esp32c3/hardware/regi2c_lp_bias.h |  20 +
 7 files changed, 913 insertions(+), 592 deletions(-)