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 2020/11/25 13:56:58 UTC

[incubator-nuttx] branch master updated (ffcedfd -> cb8d267)

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 ffcedfd  Remove copyright from headers
     add 5c5e049  xtensa/esp32: Keep VDDSDIO power on if PSRAM is enabled
     add 1847a67  xtensa/esp32: Add sleep reject reasons
     add 39322e1  xtensa/esp32: Get CPU frequency from the rtc register
     add 2991418  xtensa/esp32: keep cpu clock while configured cpu clock is consistent with the default
     add cb8d267  xtensa/esp32: Announce the power management state change to feed watchdog

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_clockconfig.c          |  45 ++++++++-
 arch/xtensa/src/esp32/esp32_clockconfig.h          |  17 ++++
 arch/xtensa/src/esp32/esp32_idle.c                 |   6 ++
 arch/xtensa/src/esp32/esp32_pm.c                   |  21 ++++-
 arch/xtensa/src/esp32/esp32_rtc.c                  | 103 +++++++++++++++++++--
 arch/xtensa/src/esp32/esp32_rtc.h                  |  18 +++-
 .../xtensa/esp32/esp32-core/scripts/esp32_rom.ld   |   1 +
 7 files changed, 196 insertions(+), 15 deletions(-)