Rename arch/arm/src/sam34/chip to arch/arm/src/sam34/hardware.
This commit is contained in:
parent
5e01e07a4e
commit
f4c2449c30
@ -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 */
|
||||
|
||||
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_rstc.h
|
||||
* arch/arm/src/sam34/hardware/sam_rstc.h
|
||||
* Reset Controller (RSTC) 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_RSTC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_RSTC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSTC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSTC_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
|
||||
@ -125,4 +125,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_RSTC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSTC_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_rswdt.h
|
||||
* arch/arm/src/sam34/hardware/sam_rswdt.h
|
||||
* Reinforced Safety Watchdog Timer (RSWDT) for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_RSWDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_RSWDT_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSWDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSWDT_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
|
||||
@ -102,4 +102,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_RSWDT_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RSWDT_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_rtc.h
|
||||
* arch/arm/src/sam34/hardware/sam_rtc.h
|
||||
* Real-time Clock (RTC) 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_RTC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_RTC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTC_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
|
||||
@ -280,4 +280,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_RTC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTC_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_rtt.h
|
||||
* arch/arm/src/sam34/hardware/sam_rtt.h
|
||||
* Real-time Timer (RTT) 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_RTT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_RTT_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTT_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
|
||||
@ -100,4 +100,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_RTT_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_RTT_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_smc.h
|
||||
* arch/arm/src/sam34/hardware/sam_smc.h
|
||||
* Static Memory Controller (SMC) 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_SMC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SMC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SMC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SMC_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
|
||||
@ -613,4 +613,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SMC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SMC_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_spi.h
|
||||
* arch/arm/src/sam34/hardware/sam_spi.h
|
||||
* Serial Peripheral Interface (SPI) definitions for the SAM3U, SAM4S, SAM4E, and SAM4L
|
||||
*
|
||||
* Copyright (C) 2009, 2011, 2013 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_SPI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SPI_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SPI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SPI_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
|
||||
@ -287,4 +287,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SPI_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SPI_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_ssc.h
|
||||
* arch/arm/src/sam34/hardware/sam_ssc.h
|
||||
* Synchronous Serial Controller (SSC) definitions for the SAM3U and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_SSC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SSC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SSC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SSC_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
|
||||
@ -292,4 +292,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SSC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SSC_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_supc.h
|
||||
* arch/arm/src/sam34/hardware/sam_supc.h
|
||||
* Supply Controller (SUPC) definitions for the SAM3U, SAM3X, SAM3A, SAM4E, and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2015 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SUPC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_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
|
||||
@ -284,4 +284,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_SUPC_H */
|
@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_tc.h
|
||||
* arch/arm/src/sam34/hardware/sam_tc.h
|
||||
* Timer Counter (TC) definitions for the SAM3U, SAM4E, and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014, 2016 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_TC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_TC_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TC_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TC_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
|
||||
@ -594,4 +594,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_TC_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TC_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_twi.h
|
||||
* arch/arm/src/sam34/hardware/sam_twi.h
|
||||
* Two-wire Interface (TWI) 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_TWI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_TWI_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TWI_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TWI_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_TWI_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_TWI_H */
|
@ -1,5 +1,5 @@
|
||||
/************************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_uart.h
|
||||
* arch/arm/src/sam34/hardware/sam_uart.h
|
||||
* Universal Asynchronous Receiver Transmitter (UART) and Universal Synchronous Asynchronous
|
||||
* Receiver Transmitter (USART) definitions for the SAM3U, SAM3X, SAM3A, SAM4S and SAM4E
|
||||
*
|
||||
@ -35,8 +35,8 @@
|
||||
*
|
||||
************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_UART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_UART_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UART_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UART_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
|
||||
@ -569,4 +569,4 @@
|
||||
* Public Functions
|
||||
************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_UART_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UART_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_udp.h
|
||||
* arch/arm/src/sam34/hardware/sam_udp.h
|
||||
* USB Device Port (UDP) definitions for the SAM4E
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_UDP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_UDP_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDP_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDP_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
|
||||
@ -258,4 +258,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_UDP_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDP_H */
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_udphs.h
|
||||
* arch/arm/src/sam34/hardware/sam_udphs.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_UDPHS_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_UDPHS_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDPHS_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDPHS_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
|
||||
@ -367,5 +367,5 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_UDPHS_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_UDPHS_H */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************
|
||||
* arch/arm/src/sam34/chip/sam_wdt.h
|
||||
* arch/arm/src/sam34/hardware/sam_wdt.h
|
||||
* Watchdog Timer (WDT) definitions for the SAM3U, SAM3X, SAM3A, SAM4E, and SAM4S
|
||||
*
|
||||
* Copyright (C) 2009, 2013-2014 Gregory Nutt. All rights reserved.
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_WDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_WDT_H
|
||||
#ifndef __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_WDT_H
|
||||
#define __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_WDT_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
|
||||
@ -104,4 +104,4 @@
|
||||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_WDT_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAM34_HARDWARE_SAM_WDT_H */
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/irq.h>
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/irq.h>
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "up_arch.h"
|
||||
#include "sched/sched.h"
|
||||
#include "up_internal.h"
|
||||
#include "chip/sam4cm_ipc.h"
|
||||
#include "hardware/sam4cm_ipc.h"
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
|
@ -55,9 +55,9 @@
|
||||
#include "sched/sched.h"
|
||||
#include "init/init.h"
|
||||
#include "up_internal.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_rstc.h"
|
||||
#include "chip/sam4cm_ipc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_rstc.h"
|
||||
#include "hardware/sam4cm_ipc.h"
|
||||
#include "sam4cm_periphclks.h"
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/irq.h>
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_supc.h"
|
||||
#include "hardware/sam_supc.h"
|
||||
|
||||
#include "sam4cm_supc.h"
|
||||
|
||||
|
@ -63,8 +63,8 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "sam_periphclks.h"
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "sam_gpio.h"
|
||||
|
||||
#include "sam4cm_tc.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <debug.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_tc.h"
|
||||
#include "hardware/sam_tc.h"
|
||||
|
||||
#if defined(CONFIG_SAM34_TC0) || defined(CONFIG_SAM34_TC1) || defined(CONFIG_SAM34_TC2)
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/irq.h>
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -50,11 +50,11 @@
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "up_internal.h"
|
||||
#include "chip/sam4l_pm.h"
|
||||
#include "chip/sam4l_scif.h"
|
||||
#include "chip/sam4l_bpm.h"
|
||||
#include "chip/sam4l_bscif.h"
|
||||
#include "chip/sam4l_flashcalw.h"
|
||||
#include "hardware/sam4l_pm.h"
|
||||
#include "hardware/sam4l_scif.h"
|
||||
#include "hardware/sam4l_bpm.h"
|
||||
#include "hardware/sam4l_bscif.h"
|
||||
#include "hardware/sam4l_flashcalw.h"
|
||||
|
||||
#include "sam4l_periphclks.h"
|
||||
#include "sam_clockconfig.h"
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
#include "chip.h"
|
||||
#include "sam_gpio.h"
|
||||
#include "chip/sam4l_gpio.h"
|
||||
#include "hardware/sam4l_gpio.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "up_internal.h"
|
||||
#include "chip/sam4l_pm.h"
|
||||
#include "hardware/sam4l_pm.h"
|
||||
|
||||
#include "sam4l_periphclks.h"
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip/sam4l_pm.h"
|
||||
#include "hardware/sam4l_pm.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_CHIP_SAM4L
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/irq.h>
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "chip.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_CHIP_SAM4CM
|
||||
# include "chip/sam4cm_aes.h"
|
||||
# include "hardware/sam4cm_aes.h"
|
||||
#else
|
||||
# error "Unknown chip for AES"
|
||||
#endif
|
||||
|
@ -49,11 +49,11 @@
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "sam_clockconfig.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_eefc.h"
|
||||
#include "chip/sam_wdt.h"
|
||||
#include "chip/sam_supc.h"
|
||||
#include "chip/sam_matrix.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_eefc.h"
|
||||
#include "hardware/sam_wdt.h"
|
||||
#include "hardware/sam_supc.h"
|
||||
#include "hardware/sam_matrix.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip/sam_cmcc.h"
|
||||
#include "hardware/sam_cmcc.h"
|
||||
#include "sam_cmcc.h"
|
||||
|
||||
#ifdef CONFIG_SAM34_CMCC
|
||||
|
@ -57,8 +57,8 @@
|
||||
|
||||
#include "sam_dmac.h"
|
||||
#include "sam_periphclks.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_dmac.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_dmac.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -78,7 +78,7 @@
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
#include "sam_gpio.h"
|
||||
#include "sam_periphclks.h"
|
||||
#include "sam_cmcc.h"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_emac.h"
|
||||
#include "hardware/sam_emac.h"
|
||||
|
||||
#ifdef CONFIG_SAM34_EMAC
|
||||
|
||||
|
@ -58,11 +58,11 @@
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U) || defined(CONFIG_ARCH_CHIP_SAM3X) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM3A)
|
||||
# include "chip/sam3u_pio.h"
|
||||
# include "hardware/sam3u_pio.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam4e_pio.h"
|
||||
# include "hardware/sam4e_pio.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4CM) || defined(CONFIG_ARCH_CHIP_SAM4S)
|
||||
# include "chip/sam4s_pio.h"
|
||||
# include "hardware/sam4s_pio.h"
|
||||
#else
|
||||
# error Unrecognized SAM architecture
|
||||
#endif
|
||||
|
@ -55,15 +55,15 @@
|
||||
|
||||
#include "sam_gpio.h"
|
||||
#include "sam_periphclks.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U) || defined(CONFIG_ARCH_CHIP_SAM3X) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM3A)
|
||||
# include "chip/sam3u_pio.h"
|
||||
# include "hardware/sam3u_pio.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam4e_pio.h"
|
||||
# include "hardware/sam4e_pio.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4CM) || defined(CONFIG_ARCH_CHIP_SAM4S)
|
||||
# include "chip/sam4s_pio.h"
|
||||
# include "hardware/sam4s_pio.h"
|
||||
#else
|
||||
# error Unrecognized SAM architecture
|
||||
#endif
|
||||
|
@ -70,15 +70,15 @@
|
||||
# include "sam_dmac.h"
|
||||
#endif
|
||||
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_hsmci.h"
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_hsmci.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
|
||||
#ifdef CONFIG_SAM34_DMAC
|
||||
# include "chip/sam_dmac.h"
|
||||
# include "hardware/sam_dmac.h"
|
||||
#endif
|
||||
#ifdef CONFIG_SAM34_PDCA
|
||||
# include "chip/sam_pdc.h"
|
||||
# include "hardware/sam_pdc.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SAM34_HSMCI
|
||||
|
@ -53,16 +53,16 @@
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U) || defined(CONFIG_ARCH_CHIP_SAM3X) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM3A) || defined(CONFIG_ARCH_CHIP_SAM4CM) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM4S) || defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam_uart.h"
|
||||
# include "hardware/sam_uart.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4L)
|
||||
# include "chip/sam4l_usart.h"
|
||||
# include "hardware/sam4l_usart.h"
|
||||
#else
|
||||
# error Unknown UART
|
||||
#endif
|
||||
|
||||
/* The board.h file may redefine pin configurations defined in sam_pinmap.h */
|
||||
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
#include <arch/board/board.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_rtc.h"
|
||||
#include "hardware/sam_rtc.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_rtt.h"
|
||||
#include "hardware/sam_rtt.h"
|
||||
|
||||
#ifdef CONFIG_TIMER
|
||||
|
||||
|
@ -67,9 +67,9 @@
|
||||
#if defined(CONFIG_ARCH_CHIP_SAM3U) || defined(CONFIG_ARCH_CHIP_SAM3X) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM3A) || defined(CONFIG_ARCH_CHIP_SAM4CM) || \
|
||||
defined(CONFIG_ARCH_CHIP_SAM4S) || defined(CONFIG_ARCH_CHIP_SAM4E)
|
||||
# include "chip/sam_uart.h"
|
||||
# include "hardware/sam_uart.h"
|
||||
#elif defined(CONFIG_ARCH_CHIP_SAM4L)
|
||||
# include "chip/sam4l_usart.h"
|
||||
# include "hardware/sam4l_usart.h"
|
||||
#else
|
||||
# error Unknown UART
|
||||
#endif
|
||||
|
@ -69,10 +69,10 @@
|
||||
#include "sam_cmcc.h"
|
||||
#include "sam_periphclks.h"
|
||||
#include "sam_spi.h"
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_dmac.h"
|
||||
#include "chip/sam_spi.h"
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_dmac.h"
|
||||
#include "hardware/sam_spi.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
|
||||
#if defined(CONFIG_SAM34_SPI0) || defined(CONFIG_SAM34_SPI1)
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_spi.h"
|
||||
#include "hardware/sam_spi.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_tc.h"
|
||||
#include "hardware/sam_tc.h"
|
||||
|
||||
#ifdef CONFIG_TIMER
|
||||
|
||||
|
@ -64,8 +64,8 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "chip/sam_pmc.h"
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pmc.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
|
||||
#include "sam_periphclks.h"
|
||||
#include "sam_gpio.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/i2c/i2c_master.h>
|
||||
#include "chip/sam_twi.h"
|
||||
#include "hardware/sam_twi.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
|
@ -72,7 +72,7 @@
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "sam_periphclks.h"
|
||||
#include "chip/sam_udp.h"
|
||||
#include "hardware/sam_udp.h"
|
||||
#include "sam_udp.h"
|
||||
|
||||
#if defined(CONFIG_USBDEV) && defined(CONFIG_SAM34_UDP)
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_udp.h"
|
||||
#include "hardware/sam_udp.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Public Functions
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "chip/sam_wdt.h"
|
||||
#include "hardware/sam_wdt.h"
|
||||
|
||||
#ifdef CONFIG_WATCHDOG
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <arch/irq.h>
|
||||
#include <nuttx/irq.h>
|
||||
|
||||
#include "chip/sam_pinmap.h"
|
||||
#include "hardware/sam_pinmap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user