Rename arch/arm/src/lpc17xx/chip to arch/arm/src/lpc17xx/hardware.

This commit is contained in:
Gregory Nutt
2019-05-24 14:15:01 -06:00
parent 8db1bae3a1
commit f46ad3f6a6
89 changed files with 246 additions and 246 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/* These definitions derive from specifications for the i.MX 6Quad/6Dual and require
* review and modification in order to support other family members.
+1 -1
View File
@@ -45,7 +45,7 @@
****************************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include "hardware/imx_memory.map"
#include "hardware/imx_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -55,7 +55,7 @@
* this file for the proper setup.
*/
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/lpc176x_memorymap.h
* arch/arm/src/lpc17xx/hardware/lpc176x_memorymap.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC176X_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_LPC176X_MEMORYMAP_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_MEMORYMAP_H
/************************************************************************************
* Included Files
@@ -133,4 +133,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC176X_MEMORYMAP_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_MEMORYMAP_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h
* arch/arm/src/lpc17xx/hardware/lpc176x_pinconfig.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_LPC17XX_CHIP_LPC176X_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_PINCONFIG_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONFIG_H
/************************************************************************************
* Included Files
@@ -231,4 +231,4 @@
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_PINCONFIG_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONFIG_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc176x_pinconn.h
* arch/arm/src/lpc17xx/hardware/lpc176x_pinconn.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_PINCONN_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_PINCONN_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONN_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONN_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -632,4 +632,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_PINCONN_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_PINCONN_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc176x_syscon.h
* arch/arm/src/lpc17xx/hardware/lpc176x_syscon.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_SYSCON_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_SYSCON_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -491,4 +491,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC176X_SYSCON_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC176X_SYSCON_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc178x_iocon.h
* arch/arm/src/lpc17xx/hardware/lpc178x_iocon.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Rommel Marcelo
@@ -34,8 +34,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_IOCON_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_IOCON_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_IOCON_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_IOCON_H
/************************************************************************************
* Included Files
@@ -44,7 +44,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -372,4 +372,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_IOCON_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_IOCON_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/lpc178x_memorymap.h
* arch/arm/src/lpc17xx/hardware/lpc178x_memorymap.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Authors: Rommel Marcelo
@@ -34,8 +34,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC178X_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_LPC178X_MEMORYMAP_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_MEMORYMAP_H
/************************************************************************************
* Included Files
@@ -155,4 +155,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC178X_MEMORYMAP_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_MEMORYMAP_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h
* arch/arm/src/lpc17xx/hardware/lpc178x_pinconfig.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Authors: Rommel Marcelo
@@ -34,8 +34,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_PINCONFIG_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_PINCONFIG_H
/************************************************************************************
* Included Files
@@ -656,4 +656,4 @@
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_PINCONFIG_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_PINCONFIG_H */
@@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc178x_syscon.h
* arch/arm/src/lpc17xx/hardware/lpc178x_syscon.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Authors: Rommel Marcelo
@@ -34,8 +34,8 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_SYSCON_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_SYSCON_H
/****************************************************************************************************
* Included Files
@@ -44,7 +44,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@@ -633,4 +633,4 @@
* Public Functions
****************************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC178X_SYSCON_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC178X_SYSCON_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_adc.h
* arch/arm/src/lpc17xx/hardware/lpc17_adc.h
*
* Copyright (C) 2010, 2012, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_ADC_H
#define __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_ADC_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_ADC_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_ADC_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -177,4 +177,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_ADC_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_ADC_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_can.h
* arch/arm/src/lpc17xx/hardware/lpc17_can.h
*
* Copyright (C) 2010-2012, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_CAN_H
#define __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_CAN_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_CAN_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_CAN_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -507,4 +507,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_CAN_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_CAN_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_dac.h
* arch/arm/src/lpc17xx/hardware/lpc17_dac.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_DAC_H
#define __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_DAC_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_DAC_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_DAC_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -94,4 +94,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_DAC_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_DAC_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_eeprom.h
* arch/arm/src/lpc17xx/hardware/lpc17_eeprom.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EEPROM_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EEPROM_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EEPROM_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EEPROM_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -183,4 +183,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EEPROM_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EEPROM_H */
@@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_emc
* arch/arm/src/lpc17xx/hardware/lpc17_emc
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EMC_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EMC_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EMC_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EMC_H
/****************************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@@ -347,4 +347,4 @@
* Public Functions
****************************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_EMC_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_EMC_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_ethernet.h
* arch/arm/src/lpc17xx/hardware/lpc17_ethernet.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_ETHERNET_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_ETHERNET_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_ETHERNET_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_ETHERNET_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -594,4 +594,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_ETHERNET_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_ETHERNET_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_gpdma.h
* arch/arm/src/lpc17xx/hardware/lpc17_gpdma.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_GPDMA_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_GPDMA_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_GPDMA_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_GPDMA_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -594,4 +594,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_GPDMA_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_GPDMA_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_gpio.h
* arch/arm/src/lpc17xx/hardware/lpc17_gpio.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_GPIO_H
#define __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_GPIO_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_GPIO_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_GPIO_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -207,4 +207,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC17_CHIP_GPIO_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_CHIP_GPIO_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_i2c.h
* arch/arm/src/lpc17xx/hardware/lpc17_i2c.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2C_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2C_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2C_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2C_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -205,4 +205,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2C_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2C_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_i2s
* arch/arm/src/lpc17xx/hardware/lpc17_i2s
*
* Copyright (C) 2010, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2S_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2S_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -187,4 +187,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_I2S_H */
@@ -1,5 +1,5 @@
/************************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_lcd.h
* arch/arm/src/lpc17xx/hardware/lpc17_lcd.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_LCD_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_LCD_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_LCD_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_LCD_H
/************************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************************
* Pre-processor Definitions
@@ -343,4 +343,4 @@
* Public Functions
************************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_LCD_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_LCD_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h
* arch/arm/src/lpc17xx/hardware/lpc17_mcpwm.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_MCPWM_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_MCPWM_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MCPWM_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MCPWM_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -277,4 +277,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_MCPWM_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MCPWM_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_memorymap.h
* arch/arm/src/lpc17xx/hardware/lpc17_memorymap.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_LPC17XX_CHIP_LPC17_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_MEMORYMAP_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MEMORYMAP_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MEMORYMAP_H
/************************************************************************************
* Included Files
@@ -49,9 +49,9 @@
#include <arch/lpc17xx/chip.h>
#if defined(LPC176x)
# include "chip/lpc176x_memorymap.h"
# include "hardware/lpc176x_memorymap.h"
#elif defined(LPC178x)
# include "chip/lpc178x_memorymap.h"
# include "hardware/lpc178x_memorymap.h"
#else
# error "Unrecognized LPC17xx family"
#endif
@@ -72,4 +72,4 @@
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_MEMORYMAP_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_MEMORYMAP_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h
* arch/arm/src/lpc17xx/hardware/lpc17_pinconfig.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_LPC17XX_CHIP_LPC17_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PINCONFIG_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONFIG_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONFIG_H
/************************************************************************************
* Included Files
@@ -49,9 +49,9 @@
#include <arch/lpc17xx/chip.h>
#if defined(LPC176x)
# include "chip/lpc176x_pinconfig.h"
# include "hardware/lpc176x_pinconfig.h"
#elif defined(LPC178x)
# include "chip/lpc178x_pinconfig.h"
# include "hardware/lpc178x_pinconfig.h"
#else
# error "Unrecognized LPC17xx family"
#endif
@@ -72,4 +72,4 @@
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PINCONFIG_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONFIG_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_pinconn.h
* arch/arm/src/lpc17xx/hardware/lpc17_pinconn.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PINCONN_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PINCONN_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONN_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONN_H
/************************************************************************************
* Included Files
@@ -49,9 +49,9 @@
#include <arch/lpc17xx/chip.h>
#if defined(LPC176x)
# include "chip/lpc176x_pinconn.h"
# include "hardware/lpc176x_pinconn.h"
#elif defined(LPC178x)
# include "chip/lpc178x_iocon.h"
# include "hardware/lpc178x_iocon.h"
#else
# error "Unrecognized LPC17xx family"
#endif
@@ -72,4 +72,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PINCONN_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PINCONN_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_pwm.h
* arch/arm/src/lpc17xx/hardware/lpc17_pwm.h
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PWM_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PWM_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PWM_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PWM_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -220,4 +220,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_PWM_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_PWM_H */
@@ -1,5 +1,5 @@
/********************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_qei.h
* arch/arm/src/lpc17xx/hardware/lpc17_qei.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
********************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_QEI_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_QEI_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_QEI_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_QEI_H
/********************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/********************************************************************************************
* Pre-processor Definitions
@@ -211,4 +211,4 @@
* Public Functions
********************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_QEI_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_QEI_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_rit.h
* arch/arm/src/lpc17xx/hardware/lpc17_rit.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RIT_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RIT_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RIT_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RIT_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -89,4 +89,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RIT_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RIT_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_rtc.h
* arch/arm/src/lpc17xx/hardware/lpc17_rtc.h
*
* Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTC_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTC_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTC_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTC_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -274,4 +274,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTC_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTC_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_rtcevmr.h
* arch/arm/src/lpc17xx/hardware/lpc17_rtcevmr.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTCEVMR_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTCEVMR_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTCEVMR_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTCEVMR_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -140,4 +140,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_RTCEVMR_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_RTCEVMR_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_sdcard.h
* arch/arm/src/lpc17xx/hardware/lpc17_sdcard.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SDCARD_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SDCARD_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SDCARD_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SDCARD_H
/************************************************************************************
* Pre-processor Definitions
@@ -268,5 +268,5 @@
* The FIFOs contain 16 entries on 16 sequential addresses.
*/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SDCARD_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SDCARD_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_spi.h
* arch/arm/src/lpc17xx/hardware/lpc17_spi.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SPI_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SPI_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SPI_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SPI_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -138,4 +138,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SPI_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SPI_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_ssp.h
* arch/arm/src/lpc17xx/hardware/lpc17_ssp.h
*
* Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SSP_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SSP_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SSP_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SSP_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -182,4 +182,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SSP_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SSP_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_syscon.h
* arch/arm/src/lpc17xx/hardware/lpc17_syscon.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SYSCON_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SYSCON_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SYSCON_H
/************************************************************************************
* Included Files
@@ -49,9 +49,9 @@
#include <arch/lpc17xx/chip.h>
#if defined(LPC176x)
# include "chip/lpc176x_syscon.h"
# include "hardware/lpc176x_syscon.h"
#elif defined(LPC178x)
# include "chip/lpc178x_syscon.h"
# include "hardware/lpc178x_syscon.h"
#else
# error "Unrecognized LPC17xx family"
#endif
@@ -72,4 +72,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_SYSCON_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_SYSCON_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_timer.h
* arch/arm/src/lpc17xx/hardware/lpc17_timer.h
*
* Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_TIMER_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_TIMER_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_TIMER_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_TIMER_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -247,4 +247,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_TIMER_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_TIMER_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_uart.h
* arch/arm/src/lpc17xx/hardware/lpc17_uart.h
*
* Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_UART_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_UART_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_UART_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_UART_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -411,4 +411,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_UART_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_UART_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_usb.h
* arch/arm/src/lpc17xx/hardware/lpc17_usb.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_USB_H
#define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_USB_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_USB_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_USB_H
/************************************************************************************
* Included Files
@@ -44,7 +44,7 @@
#include <nuttx/usb/ohci.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -775,4 +775,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_USB_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_USB_H */
@@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc17xx/chip/lpc17_wdt.h
* arch/arm/src/lpc17xx/hardware/lpc17_wdt.h
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
************************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC17XX_LPC17_WDT_H
#define __ARCH_ARM_SRC_LPC17XX_LPC17_WDT_H
#ifndef __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_WDT_H
#define __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_WDT_H
/************************************************************************************
* Included Files
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
@@ -153,4 +153,4 @@
* Public Functions
************************************************************************************/
#endif /* __ARCH_ARM_SRC_LPC17XX_LPC17_WDT_H */
#endif /* __ARCH_ARM_SRC_LPC17XX_HARDWARE_LPC17_WDT_H */
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "lpc17_clockconfig.h"
#include "chip/lpc17_syscon.h"
#include "hardware/lpc17_syscon.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -52,7 +52,7 @@
#include "up_internal.h"
#include "chip.h"
#include "chip/lpc17_syscon.h"
#include "hardware/lpc17_syscon.h"
#include "lpc17_rtc.h"
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "lpc17_clockconfig.h"
#include "chip/lpc17_syscon.h"
#include "hardware/lpc17_syscon.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -63,7 +63,7 @@
#include "up_arch.h"
#include "chip.h"
#include "chip/lpc17_syscon.h"
#include "hardware/lpc17_syscon.h"
#include "lpc17_gpio.h"
#include "lpc17_adc.h"
+1 -1
View File
@@ -41,7 +41,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include "chip/lpc17_adc.h"
#include "hardware/lpc17_adc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -52,7 +52,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "chip/lpc17_memorymap.h"
#include "hardware/lpc17_memorymap.h"
#include "lpc17_emacram.h"
#include "lpc17_ohciram.h"
#include "lpc17_mpuinit.h"
+1 -1
View File
@@ -63,7 +63,7 @@
#include "up_arch.h"
#include "chip.h"
#include "chip/lpc17_syscon.h"
#include "hardware/lpc17_syscon.h"
#include "lpc17_gpio.h"
#include "lpc17_can.h"

Some files were not shown because too many files have changed in this diff Show More