mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Rename pm_internal.h to pm.h
This commit is contained in:
@@ -4680,7 +4680,7 @@
|
|||||||
* arch/arm/src/kl/kl_gpio.c and .h, configs/freedom-kl25z/src/freedom-kl25z.h,
|
* arch/arm/src/kl/kl_gpio.c and .h, configs/freedom-kl25z/src/freedom-kl25z.h,
|
||||||
and configs/freedom-kl25z/src/kl_led.c: Fixes LEDs on the Freedom KL25Z
|
and configs/freedom-kl25z/src/kl_led.c: Fixes LEDs on the Freedom KL25Z
|
||||||
board (2013-5-6).
|
board (2013-5-6).
|
||||||
* arch/arm/src/kinetis/kinetis_pin.c and arch/arm/src/kinetis/kinetis_internal.h:
|
* arch/arm/src/kinetis/kinetis_pin.c and arch/arm/src/kinetis/kinetis.h:
|
||||||
The Kinetis GPIO logic had some of the same issues as did the
|
The Kinetis GPIO logic had some of the same issues as did the
|
||||||
Kinetis L (2013-5-6).
|
Kinetis L (2013-5-6).
|
||||||
* arch/arm/src/stm32/stm32_idle.c: Add an option to conditionally disable
|
* arch/arm/src/stm32/stm32_idle.c: Add an option to conditionally disable
|
||||||
|
|||||||
+1
-1
Submodule arch updated: 230f8d050f...4e962ff8a0
+1
-1
Submodule configs updated: f6782b7548...05b3084913
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* drivers/power/pm_internal.h
|
* drivers/power/pm
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __DRIVERS_POWER_PM_INTERNAL_H
|
#ifndef __DRIVERS_POWER_PM_H
|
||||||
#define __DRIVERS_POWER_PM_INTERNAL_H
|
#define __DRIVERS_POWER_PM_H
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@@ -207,4 +207,4 @@ EXTERN void pm_update(int16_t accum);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_PM */
|
#endif /* CONFIG_PM */
|
||||||
#endif /* #define __DRIVERS_POWER_PM_INTERNAL_H */
|
#endif /* #define __DRIVERS_POWER_PM_H */
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
#include <nuttx/clock.h>
|
#include <nuttx/clock.h>
|
||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#include <nuttx/power/pm.h>
|
#include <nuttx/power/pm.h>
|
||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
#include <nuttx/clock.h>
|
#include <nuttx/clock.h>
|
||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#include <nuttx/power/pm.h>
|
#include <nuttx/power/pm.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include <nuttx/power/pm.h>
|
#include <nuttx/power/pm.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
#include <nuttx/power/pm.h>
|
#include <nuttx/power/pm.h>
|
||||||
#include <nuttx/wqueue.h>
|
#include <nuttx/wqueue.h>
|
||||||
|
|
||||||
#include "pm_internal.h"
|
#include "pm"
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user