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/10/17 22:38:24 UTC

[incubator-nuttx] branch master updated (3108233 -> 67c0af6)

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 3108233  Remove not needed esp32_caps.h
     add 67c0af6  xtensa/esp32: Add power management of deep-sleep

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_idle.c                 |  33 ++-
 arch/xtensa/src/esp32/esp32_pm.c                   | 294 ++++++++++++++++++++-
 arch/xtensa/src/esp32/esp32_pm.h                   |  99 ++++++-
 boards/xtensa/esp32/esp32-core/Kconfig             |  14 +
 .../xtensa/esp32/esp32-core/configs/pm/defconfig   |   1 +
 .../xtensa/esp32/esp32-core/scripts/esp32_rom.ld   |   1 +
 6 files changed, 427 insertions(+), 15 deletions(-)