Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chips

This commit is contained in:
Gregory Nutt 2014-02-22 10:38:25 -06:00
parent d303194e22
commit 8d6565b85d
10 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/src/sam34/chip/sam3u_pmc.h
* arch/arm/src/sam34/chip/sam_pmc.h
* Power Management Controller (PMC) for the SAM3U, SAM3X, SAM3A, and SAM4S
*
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
@ -34,8 +34,8 @@
*
********************************************************************************************/
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PMC_H
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PMC_H
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H
/********************************************************************************************
* Included Files
@ -529,4 +529,4 @@
* Public Functions
********************************************************************************************/
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PMC_H */
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H */

View File

@ -57,7 +57,7 @@
#include "sam_dmac.h"
#include "sam_periphclks.h"
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
#include "chip/sam3u_dmac.h"
/****************************************************************************

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <arch/irq.h>
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <arch/irq.h>
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <arch/irq.h>
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <arch/irq.h>
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -49,7 +49,7 @@
#include "up_internal.h"
#include "sam_clockconfig.h"
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
#include "chip/sam3u_eefc.h"
#include "chip/sam3u_wdt.h"
#include "chip/sam3u_supc.h"

View File

@ -56,7 +56,7 @@
#include "sam_gpio.h"
#include "sam_periphclks.h"
#include "chip/sam3u_pio.h"
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
#ifdef CONFIG_GPIO_IRQ

View File

@ -65,7 +65,7 @@
#include "sam_hsmci.h"
#include "sam_periphclks.h"
#include "chip/sam3u_dmac.h"
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
#include "chip/sam_hsmci.h"
#include "chip/sam_pinmap.h"

View File

@ -59,7 +59,7 @@
#include "sam_gpio.h"
#include "sam_spi.h"
#include "sam_periphclks.h"
#include "chip/sam3u_pmc.h"
#include "chip/sam_pmc.h"
#include "chip/sam_spi.h"
#include "chip/sam_pinmap.h"