Rename arch/arm/src/samd5e5chip to arch/arm/src/samd5e5/hardware.
This commit is contained in:
parent
2ebc21b005
commit
bc5cacc79f
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_aes.h
|
* arch/arm/src/samd5e5/hardware/sam_aes.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_AES_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_AES_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_AES_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_AES_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -208,4 +208,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_AES_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_AES_H */
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_cmcc.h
|
* arch/arm/src/samd5e5/hardware/sam_cmcc.h
|
||||||
* Cortex M Cache Controller (CMCC) for the SAMD5/E5
|
* Cortex M Cache Controller (CMCC) for the SAMD5/E5
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
@ -34,8 +34,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_CMCC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_CMCC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_CMCC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_CMCC_H
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -193,4 +193,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_CMCC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_CMCC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_dmac.h
|
* arch/arm/src/samd5e5/hardware/sam_dmac.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_DMAC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_DMAC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_DMAC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_DMAC_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -471,4 +471,4 @@ struct dma_desc_s
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_DMAC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_DMAC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_eic.h
|
* arch/arm/src/samd5e5/hardware/sam_eic.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EIC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EIC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EIC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EIC_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -252,4 +252,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EIC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EIC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_evsys.h
|
* arch/arm/src/samd5e5/hardware/sam_evsys.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EVSYS_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EVSYS_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EVSYS_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EVSYS_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -366,4 +366,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_EVSYS_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_EVSYS_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_fuses.h
|
* arch/arm/src/samd5e5/hardware/sam_fuses.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************************************/
|
****************************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_FUSES_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_FUSES_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_FUSES_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_FUSES_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -273,4 +273,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_FUSES_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_FUSES_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_gclk.h
|
* arch/arm/src/samd5e5/hardware/sam_gclk.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_GCLK_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_GCLK_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_GCLK_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_GCLK_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -220,4 +220,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_GCLK_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_GCLK_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_i2c_master.h
|
* arch/arm/src/samd5e5/hardware/sam_i2c_master.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_MASTER_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_MASTER_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_MASTER_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_MASTER_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -304,4 +304,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_MASTER_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_MASTER_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_i2c_slave.h
|
* arch/arm/src/samd5e5/hardware/sam_i2c_slave.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_SLAVE_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_SLAVE_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_SLAVE_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_SLAVE_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -280,4 +280,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_I2C_SLAVE_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_I2C_SLAVE_H */
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_mclk.h
|
* arch/arm/src/samd5e5/hardware/sam_mclk.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MCLK_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MCLK_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MCLK_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MCLK_H
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -202,4 +202,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MCLK_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MCLK_H */
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_memorymap.h
|
* arch/arm/src/samd5e5/hardware/sam_memorymap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MEMORYMAP_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MEMORYMAP_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MEMORYMAP_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MEMORYMAP_H
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -43,10 +43,10 @@
|
|||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_CHIP_SAMD5X) || defined(ARCH_CHIP_SAME5X)
|
#if defined(CONFIG_ARCH_CHIP_SAMD5X) || defined(ARCH_CHIP_SAME5X)
|
||||||
# include "chip/samd5e5_memorymap.h"
|
# include "hardware/samd5e5_memorymap.h"
|
||||||
#else
|
#else
|
||||||
# error "Unsupported SAMD5/E5 family"
|
# error "Unsupported SAMD5/E5 family"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_MEMORYMAP_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_MEMORYMAP_H */
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_nvmctrl.h
|
* arch/arm/src/samd5e5/hardware/sam_nvmctrl.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_NVMCTRL_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_NVMCTRL_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_NVMCTRL_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_NVMCTRL_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -250,4 +250,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_NVMCTRL_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_NVMCTRL_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_osc32kctrl.h
|
* arch/arm/src/samd5e5/hardware/sam_osc32kctrl.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSC32KCTRL_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSC32KCTRL_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSC32KCTRL_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSC32KCTRL_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -149,4 +149,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSC32KCTRL_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSC32KCTRL_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_oscctrl.h
|
* arch/arm/src/samd5e5/hardware/sam_oscctrl.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSCCTRL_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSCCTRL_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSCCTRL_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSCCTRL_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -329,4 +329,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_OSCCTRL_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_OSCCTRL_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_pac.h
|
* arch/arm/src/samd5e5/hardware/sam_pac.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PAC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PAC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PAC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PAC_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -265,4 +265,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PAC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PAC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_memorymap.h
|
* arch/arm/src/samd5e5/hardware/sam_memorymap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PINMAP_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PINMAP_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PINMAP_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PINMAP_H
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -43,9 +43,9 @@
|
|||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_CHIP_SAMD5X) || defined(ARCH_CHIP_SAME5X)
|
#if defined(CONFIG_ARCH_CHIP_SAMD5X) || defined(ARCH_CHIP_SAME5X)
|
||||||
# include "chip/samd5e5_pinmap.h"
|
# include "hardware/samd5e5_pinmap.h"
|
||||||
#else
|
#else
|
||||||
# error "Unsupported SAMD5/E5 family"
|
# error "Unsupported SAMD5/E5 family"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PINMAP_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PINMAP_H */
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************************************
|
/****************************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_pm.h
|
* arch/arm/src/samd5e5/hardware/sam_pm.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************************************/
|
****************************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PM_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PM_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PM_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PM_H
|
||||||
|
|
||||||
/****************************************************************************************************
|
/****************************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/****************************************************************************************************
|
/****************************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -144,4 +144,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************************************/
|
****************************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PM_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PM_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_port.h
|
* arch/arm/src/samd5e5/hardware/sam_port.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PORT_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PORT_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PORT_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PORT_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -523,4 +523,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_PORT_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_PORT_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_rstc.h
|
* arch/arm/src/samd5e5/hardware/sam_rstc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_RSTC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_RSTC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_RSTC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_RSTC_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -88,4 +88,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_RSTC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_RSTC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_spi.h
|
* arch/arm/src/samd5e5/hardware/sam_spi.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SPI_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SPI_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SPI_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SPI_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -302,4 +302,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SPI_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SPI_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_supc.h
|
* arch/arm/src/samd5e5/hardware/sam_supc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SUPC_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SUPC_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SUPC_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SUPC_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -228,4 +228,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_SUPC_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_SUPC_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_trng.h
|
* arch/arm/src/samd5e5/hardware/sam_trng.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_TRNG_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_TRNG_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_TRNG_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_TRNG_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -93,4 +93,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_TRNG_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_TRNG_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_usart.h
|
* arch/arm/src/samd5e5/hardware/sam_usart.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USART_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USART_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USART_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USART_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -388,4 +388,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USART_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USART_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_usb.h
|
* arch/arm/src/samd5e5/hardware/sam_usb.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -34,8 +34,8 @@
|
|||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USB_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USB_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USB_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USB_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -630,4 +630,4 @@ struct usbhost_pipedesc_s
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_USB_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_USB_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/sam_wdt.h
|
* arch/arm/src/samd5e5/hardware/sam_wdt.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_WDT_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_WDT_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
@ -157,4 +157,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAM_WDT_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAM_WDT_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/samd5e5_memorymap.h
|
* arch/arm/src/samd5e5/hardware/samd5e5_memorymap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_MEMORYMAP_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_MEMORYMAP_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_MEMORYMAP_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_MEMORYMAP_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -163,4 +163,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_MEMORYMAP_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_MEMORYMAP_H */
|
@ -1,5 +1,5 @@
|
|||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* arch/arm/src/samd5e5/chip/samd5e5_pinmap.h
|
* arch/arm/src/samd5e5/hardware/samd5e5_pinmap.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
*
|
*
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#ifndef __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_PINMAP_H
|
#ifndef __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_PINMAP_H
|
||||||
#define __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_PINMAP_H
|
#define __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_PINMAP_H
|
||||||
|
|
||||||
/********************************************************************************************
|
/********************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -787,4 +787,4 @@
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
|
|
||||||
#endif /* __ARCH_ARM_SRC_SAMD5E5_CHIP_SAMD5E5_PINMAP_H */
|
#endif /* __ARCH_ARM_SRC_SAMD5E5_HARDWARE_SAMD5E5_PINMAP_H */
|
@ -45,12 +45,12 @@
|
|||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
|
|
||||||
#include "chip/sam_pm.h"
|
#include "hardware/sam_pm.h"
|
||||||
#include "chip/sam_supc.h"
|
#include "hardware/sam_supc.h"
|
||||||
#include "chip/sam_oscctrl.h"
|
#include "hardware/sam_oscctrl.h"
|
||||||
#include "chip/sam_osc32kctrl.h"
|
#include "hardware/sam_osc32kctrl.h"
|
||||||
#include "chip/sam_gclk.h"
|
#include "hardware/sam_gclk.h"
|
||||||
#include "chip/sam_nvmctrl.h"
|
#include "hardware/sam_nvmctrl.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
|
|
||||||
#include "sam_periphclks.h"
|
#include "sam_periphclks.h"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
#include "chip/sam_cmcc.h"
|
#include "hardware/sam_cmcc.h"
|
||||||
#include "sam_cmcc.h"
|
#include "sam_cmcc.h"
|
||||||
|
|
||||||
#ifdef CONFIG_SAMD5E5_CMCC
|
#ifdef CONFIG_SAMD5E5_CMCC
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "chip/sam_dmac.h"
|
#include "hardware/sam_dmac.h"
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#include "sam_config.h"
|
#include "sam_config.h"
|
||||||
#include "sam_port.h"
|
#include "sam_port.h"
|
||||||
#include "chip/sam_eic.h"
|
#include "hardware/sam_eic.h"
|
||||||
|
|
||||||
#ifdef CONFIG_SAMD5E5_EIC
|
#ifdef CONFIG_SAMD5E5_EIC
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
#include "sam_config.h"
|
#include "sam_config.h"
|
||||||
#include "chip/sam_gclk.h"
|
#include "hardware/sam_gclk.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
@ -60,8 +60,8 @@
|
|||||||
#include "up_internal.h"
|
#include "up_internal.h"
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
|
|
||||||
#include "chip/sam_i2c_master.h"
|
#include "hardware/sam_i2c_master.h"
|
||||||
#include "chip/sam_pinmap.h"
|
#include "hardware/sam_pinmap.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_port.h"
|
#include "sam_port.h"
|
||||||
#include "sam_sercom.h"
|
#include "sam_sercom.h"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include <nuttx/irq.h>
|
#include <nuttx/irq.h>
|
||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
#include "chip/sam_pm.h"
|
#include "hardware/sam_pm.h"
|
||||||
#include "sam_config.h"
|
#include "sam_config.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_sercom.h"
|
#include "sam_sercom.h"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#include "chip/sam_mclk.h"
|
#include "hardware/sam_mclk.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#include <nuttx/irq.h>
|
#include <nuttx/irq.h>
|
||||||
|
|
||||||
#include "chip/sam_port.h"
|
#include "hardware/sam_port.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Declarations
|
* Pre-processor Declarations
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "sam_config.h"
|
#include "sam_config.h"
|
||||||
|
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
#include "chip/sam_pm.h"
|
#include "hardware/sam_pm.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_sercom.h"
|
#include "sam_sercom.h"
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
#include "up_internal.h"
|
#include "up_internal.h"
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
|
|
||||||
#include "chip/sam_pinmap.h"
|
#include "hardware/sam_pinmap.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_port.h"
|
#include "sam_port.h"
|
||||||
#include "sam_sercom.h"
|
#include "sam_sercom.h"
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "chip/sam_spi.h"
|
#include "hardware/sam_spi.h"
|
||||||
|
|
||||||
#ifdef SAMD5E5_HAVE_SPI
|
#ifdef SAMD5E5_HAVE_SPI
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
#include <arch/samd5e5/chip.h>
|
#include <arch/samd5e5/chip.h>
|
||||||
|
|
||||||
#include "chip/sam_memorymap.h"
|
#include "hardware/sam_memorymap.h"
|
||||||
#include "chip/sam_pinmap.h"
|
#include "hardware/sam_pinmap.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_sercom.h"
|
#include "sam_sercom.h"
|
||||||
#include "sam_usart.h"
|
#include "sam_usart.h"
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include <arch/chip/chip.h>
|
#include <arch/chip/chip.h>
|
||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
#include "chip/sam_usart.h"
|
#include "hardware/sam_usart.h"
|
||||||
|
|
||||||
#include "sam_config.h"
|
#include "sam_config.h"
|
||||||
#include "sam_port.h"
|
#include "sam_port.h"
|
||||||
|
@ -106,8 +106,8 @@
|
|||||||
#include "up_internal.h"
|
#include "up_internal.h"
|
||||||
|
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
#include "chip/sam_pinmap.h"
|
#include "hardware/sam_pinmap.h"
|
||||||
#include "chip/sam_fuses.h"
|
#include "hardware/sam_fuses.h"
|
||||||
#include "sam_gclk.h"
|
#include "sam_gclk.h"
|
||||||
#include "sam_port.h"
|
#include "sam_port.h"
|
||||||
#include "sam_periphclks.h"
|
#include "sam_periphclks.h"
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "chip.h"
|
#include "chip.h"
|
||||||
#include "chip/sam_usb.h"
|
#include "hardware/sam_usb.h"
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
|
Loading…
Reference in New Issue
Block a user