mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Rename arch/arm/src/sam34/chip to arch/arm/src/sam34/hardware.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
*/
|
||||
|
||||
#include <arch/sam34/chip.h>
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/* Include the chip interrupt definition file */
|
||||
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3u_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam3u_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2009-2010, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -142,4 +142,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_MEMORYMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3u_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam3u_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -220,4 +220,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3u_pio.h
|
||||
* arch/arm/src/sam34/hardware/sam3u_pio.h
|
||||
* Parallel Input/Output (PIO) Controller definitions for the SAM3U, SAM3X, and SAM3A.
|
||||
*
|
||||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PIO_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PIO_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -464,4 +464,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PIO_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PIO_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3x_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam3x_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -171,4 +171,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_MEMORYMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3x_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam3x_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -456,4 +456,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3X_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3X_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/********************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_aes.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_aes.h
|
||||
* AES hardware accelerator for SAM4CM
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_AES_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_AES_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_AES_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_AES_H
|
||||
|
||||
/********************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/********************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -136,4 +136,4 @@
|
||||
|
||||
#define AES_ISR_DATRDY (1 << 0)
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_AES_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_AES_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/***********************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_ipc.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_ipc.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
***********************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_IPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_IPC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_IPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_IPC_H
|
||||
|
||||
/***********************************************************************************
|
||||
* Included Files
|
||||
@@ -77,4 +77,4 @@
|
||||
#define SAM_IPC1_IMR (SAM_IPC1_BASE + SAM_IPC_IMR_OFFSET)
|
||||
#define SAM_IPC1_ISR (SAM_IPC1_BASE + SAM_IPC_ISR_OFFSET)
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_IPC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_IPC_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -177,4 +177,4 @@ static inline unsigned long SAM_PION_BASE(int n)
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_MEMORYMAP_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -319,4 +319,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_slcdc.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_slcdc.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SLCDC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SLCDC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SLCDC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SLCDC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -179,4 +179,4 @@
|
||||
#define SLCDC_ISR_ENDFRAME (1 << 0) /* End of Frame Interrupt occurred */
|
||||
#define SLCDC_ISR_DIS (1 << 2) /* The "Disable" interrupt occurred */
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SLCDC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SLCDC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4cm_supc.h
|
||||
* arch/arm/src/sam34/hardware/sam4cm_supc.h
|
||||
* Supply Controller (SUPC) definitions for the SAM4CM
|
||||
*
|
||||
* Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SUPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SUPC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SUPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SUPC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -174,4 +174,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4CM_SUPC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4CM_SUPC_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4e_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam4e_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -176,4 +176,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_MEMORYMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4e_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam4e_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -334,4 +334,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4e_pio.h
|
||||
* arch/arm/src/sam34/hardware/sam4e_pio.h
|
||||
* Parallel Input/Output (PIO) Controller definitions for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PIO_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PIO_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -551,4 +551,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4E_PIO_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4E_PIO_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_bpm.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_bpm.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BPM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BPM_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BPM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BPM_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -175,4 +175,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BPM_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BPM_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_bscif.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_bscif.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BSCIF_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BSCIF_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BSCIF_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BSCIF_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -313,4 +313,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_BSCIF_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_BSCIF_H */
|
||||
+5
-5
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/avr/src/sam34/sam4l_flashcalw.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_flashcalw.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -35,8 +35,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_FLASHCALW_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_FLASHCALW_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_FLASHCALW_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_FLASHCALW_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -375,5 +375,5 @@
|
||||
* Public Functions
|
||||
************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_FLASHCALW_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_FLASHCALW_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_gpio.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_gpio.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_GPIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_GPIO_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_GPIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_GPIO_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -592,4 +592,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_GPIO_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_GPIO_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_lcdca.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_lcdca.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_LCDCA_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_LCDCA_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_LCDCA_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_LCDCA_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -381,4 +381,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_LCDCA_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_LCDCA_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -162,4 +162,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_MEMORYMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_pdca.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_pdca.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PDCA_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PDCA_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PDCA_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PDCA_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -201,4 +201,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PDCA_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PDCA_H */
|
||||
+5
-5
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_picouart.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_picouart.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PICOUART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PICOUART_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PICOUART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PICOUART_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -118,4 +118,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PICOUART_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PICOUART_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam3u_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam3u_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -576,4 +576,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM3U_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/avr/src/sam34/sam4l_pm.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_pm.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -35,8 +35,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PM_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PM_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -347,5 +347,5 @@
|
||||
* Public Functions
|
||||
************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_PM_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_PM_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_scif.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_scif.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_SCIF_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_SCIF_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_SCIF_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_SCIF_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -429,4 +429,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_SCIF_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_SCIF_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_uart.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_uart.h
|
||||
* Universal Synchronous Asynchronous Receiver Transmitter (USART) definitions for the SAM4L
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_UART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_UART_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_UART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_UART_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/************************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -445,4 +445,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_UART_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_UART_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4l_wdt.h
|
||||
* arch/arm/src/sam34/hardware/sam4l_wdt.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_WDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_WDT_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_WDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_WDT_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -134,4 +134,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4L_WDT_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4L_WDT_H */
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4s_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam4s_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************************
|
||||
* Included Files
|
||||
@@ -153,4 +153,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_MEMORYMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4s_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam4s_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -311,4 +311,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PINMAP_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam4s_pio.h
|
||||
* arch/arm/src/sam34/hardware/sam4s_pio.h
|
||||
* Parallel Input/Output (PIO) Controller definitions for the SAM4S
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PIO_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PIO_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -398,4 +398,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM4S_PIO_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM4S_PIO_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_rtt.h
|
||||
* arch/arm/src/sam34/hardware/sam_rtt.h
|
||||
*Analog Comparator Controller (ACC) definitions for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_ACC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_ACC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ACC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ACC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -151,4 +151,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_ACC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ACC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_adc.h
|
||||
* arch/arm/src/sam34/hardware/sam_adc.h
|
||||
*
|
||||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_ADC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_ADC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ADC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ADC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -244,4 +244,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_ADC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_ADC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_aes.h
|
||||
* arch/arm/src/sam34/hardware/sam_aes.h
|
||||
* Advanced Encryption Standard (AES) for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_AES_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_AES_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AES_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AES_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -185,4 +185,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_AES_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AES_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_afec.h
|
||||
* arch/arm/src/sam34/hardware/sam_afec.h
|
||||
* Analog-Front-End Controller (AFEC) definitions for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_AFEC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_AFEC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AFEC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AFEC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -535,4 +535,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_AFEC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_AFEC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_can.h
|
||||
* arch/arm/src/sam34/hardware/sam_can.h
|
||||
* Controller Area Network (CAN) for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_CAN_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_CAN_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CAN_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CAN_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -316,4 +316,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_CAN_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CAN_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_chipid.h
|
||||
* arch/arm/src/sam34/hardware/sam_chipid.h
|
||||
* CHIPID Register Definitions for the SAM3U, SAM4S, and SAM4L
|
||||
*
|
||||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_CHIPID_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_CHIPID_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CHIPID_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CHIPID_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -198,4 +198,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_CHIPID_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CHIPID_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_cmcc.h
|
||||
* arch/arm/src/sam34/hardware/sam_cmcc.h
|
||||
* Cortex M Cache Controller (CMCC) for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_CMCC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_CMCC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CMCC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CMCC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -178,4 +178,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_CMCC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_CMCC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_dacc.h
|
||||
* arch/arm/src/sam34/hardware/sam_dacc.h
|
||||
* Digital-to-Analog Converter Controller (DACC) for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_DACC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_DACC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DACC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DACC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -229,4 +229,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_DACC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DACC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_dmac.h
|
||||
* arch/arm/src/sam34/hardware/sam_dmac.h
|
||||
* DMA Controller (DMAC) definitions for the SAM3U, SAM3X, SAM3A, and SAM4E
|
||||
*
|
||||
* Copyright (C) 2009-2010, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_DMAC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_DMAC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DMAC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DMAC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -535,4 +535,4 @@ struct dma_linklist_s
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_DMAC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_DMAC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_eefc.h
|
||||
* arch/arm/src/sam34/hardware/sam_eefc.h
|
||||
* Enhanced Embedded Flash Controller (EEFC) definitions for the SAM3U, SAM3X, SAM3A,
|
||||
* SAM4E, and SAM4S
|
||||
*
|
||||
@@ -35,8 +35,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EEFC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EEFC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -164,4 +164,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EEFC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_emac.h
|
||||
* arch/arm/src/sam34/hardware/sam_emac.h
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,15 +33,15 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_EMAC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_EMAC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EMAC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EMAC_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
************************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -668,4 +668,4 @@ struct emac_txdesc_s
|
||||
uint32_t status; /* TX status and controls */
|
||||
};
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_EMAC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_EMAC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_gpbr.h
|
||||
* arch/arm/src/sam34/hardware/sam_gpbr.h
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_GPBR_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_GPBR_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_GPBR_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_GPBR_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -119,4 +119,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_GPBR_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_GPBR_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_hsmci.h
|
||||
* arch/arm/src/sam34/hardware/sam_hsmci.h
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_HSMCI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_HSMCI_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_HSMCI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_HSMCI_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,8 +43,8 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_pdc.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_pdc.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -363,4 +363,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_HSMCI_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_HSMCI_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_matrix.h
|
||||
* arch/arm/src/sam34/hardware/sam_matrix.h
|
||||
* Bux matrix definitions for the SAM3U, SAM3X, SAM3A, SAM4E, and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009-2010, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_MATRIX_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_MATRIX_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MATRIX_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MATRIX_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -368,4 +368,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_MATRIX_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MATRIX_H */
|
||||
+10
-10
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_memorymap.h
|
||||
* arch/arm/src/sam34/hardware/sam_memorymap.h
|
||||
*
|
||||
* Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_MEMORYMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MEMORYMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MEMORYMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,20 +44,20 @@
|
||||
#include <arch/sam34/chip.h>
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U)
|
||||
# include "chip/sam3u_memorymap.h"
|
||||
# include "hardware/sam3u_memorymap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM3X) || defined(CONFIG_ARCH_CHIP_SAM3A)
|
||||
# include "chip/sam3x_memorymap.h"
|
||||
# include "hardware/sam3x_memorymap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4CM)
|
||||
# include "chip/sam4cm_memorymap.h"
|
||||
# include "hardware/sam4cm_memorymap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam4e_memorymap.h"
|
||||
# include "hardware/sam4e_memorymap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4L)
|
||||
# include "chip/sam4l_memorymap.h"
|
||||
# include "hardware/sam4l_memorymap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4S)
|
||||
# include "chip/sam4s_memorymap.h"
|
||||
# include "hardware/sam4s_memorymap.h"
|
||||
#else
|
||||
# error Unrecognized SAM architecture
|
||||
#endif
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_MEMORYMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_MEMORYMAP_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_pdc.h
|
||||
* arch/arm/src/sam34/hardware/sam_pdc.h
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_PDC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_PDC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PDC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PDC_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -116,4 +116,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_PDC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PDC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_pinmap.h
|
||||
* arch/arm/src/sam34/hardware/sam_pinmap.h
|
||||
*
|
||||
* Copyright (C) 2012-2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_PINMAP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PINMAP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PINMAP_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,20 +44,20 @@
|
||||
#include "chip.h"
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U)
|
||||
# include "chip/sam3u_pinmap.h"
|
||||
# include "hardware/sam3u_pinmap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM3X) || defined(CONFIG_ARCH_CHIP_SAM3A)
|
||||
# include "chip/sam3x_pinmap.h"
|
||||
# include "hardware/sam3x_pinmap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4CM)
|
||||
# include "chip/sam4cm_pinmap.h"
|
||||
# include "hardware/sam4cm_pinmap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam4e_pinmap.h"
|
||||
# include "hardware/sam4e_pinmap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4L)
|
||||
# include "chip/sam4l_pinmap.h"
|
||||
# include "hardware/sam4l_pinmap.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4S)
|
||||
# include "chip/sam4s_pinmap.h"
|
||||
# include "hardware/sam4s_pinmap.h"
|
||||
#else
|
||||
# error Unrecognized SAM architecture
|
||||
#endif
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_PINMAP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PINMAP_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/********************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_pmc.h
|
||||
* arch/arm/src/sam34/hardware/sam_pmc.h
|
||||
* Power Management Controller (PMC) for the SAM3U, SAM3X, SAM3A, SAM4CM, SAM4E, and
|
||||
* SAM4S
|
||||
*
|
||||
@@ -35,8 +35,8 @@
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PMC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PMC_H
|
||||
|
||||
/********************************************************************************************
|
||||
* Included Files
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/********************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -622,4 +622,4 @@
|
||||
* Public Functions
|
||||
********************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_PMC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PMC_H */
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_pwm.h
|
||||
* arch/arm/src/sam34/hardware/sam_pwm.h
|
||||
* Pulse Width Modulation Controller (PWM) definitions for the SAM3U, SAM4E and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
@@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_PWM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_PWM_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PWM_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PWM_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_memorymap.h"
|
||||
#include "hardware/sam_memorymap.h"
|
||||
|
||||
/****************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -846,4 +846,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_PWM_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_PWM_H */
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user