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 2022/03/09 17:18:10 UTC

[incubator-nuttx] branch master updated (69cfe8d -> 5ce181e)

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 69cfe8d  arch/arm: Support setjmp/longjmp for all socs
     add 5ce181e  power:govorner: add govorner to per domain.

No new revisions were added by this update.

Summary of changes:
 drivers/power/Kconfig                              | 15 ------
 drivers/power/Make.defs                            |  2 +-
 drivers/power/pm.h                                 |  8 ++--
 drivers/power/pm_activity.c                        |  4 +-
 drivers/power/pm_changestate.c                     |  4 +-
 drivers/power/pm_checkstate.c                      | 10 ++--
 .../up_mdelay.c => drivers/power/pm_governor.c     | 52 +++++++++++++-------
 drivers/power/pm_initialize.c                      | 28 +++++------
 include/nuttx/power/pm.h                           | 56 ++++++++++++++++++++++
 9 files changed, 120 insertions(+), 59 deletions(-)
 copy arch/sparc/src/common/up_mdelay.c => drivers/power/pm_governor.c (72%)