summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc176x_vectors.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc178x_vectors.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc17_memorymap.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_allocateheap.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_clrpend.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_gpdma.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_lcd.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_lowputc.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_mpuinit.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_sdcard.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_spi.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_ssp.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_start.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_timerisr.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_usbdev.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c2
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S2
21 files changed, 21 insertions, 21 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h
index 5f20e6b77..8f586714c 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_pinconfig.h
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* GPIO pin definitions *************************************************************/
/* NOTE that functions have a alternate pins that can be selected. These alternates
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_vectors.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_vectors.h
index d6320bd12..58024f2b0 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_vectors.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc176x_vectors.h
@@ -38,7 +38,7 @@
********************************************************************************/
/********************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
********************************************************************************/
/* This file is included by lpc17_vectors.S. It provides the macro VECTOR that
* supplies each LPC17xx vector in terms of a (lower-case) ISR label and an
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h
index 275ff8929..aed495a99 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_pinconfig.h
@@ -44,7 +44,7 @@
#include <nuttx/config.h>
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* GPIO pin definitions *************************************************************/
/* NOTE that functions have a alternate pins that can be selected. These alternates
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_vectors.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_vectors.h
index 001cc7690..4b53f1f36 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_vectors.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc178x_vectors.h
@@ -39,7 +39,7 @@
********************************************************************************/
/*********************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
********************************************************************************/
/* This file is included by lpc17_vectors.S. It provides the macro VECTOR that
* supplies each LPC17xx vector in terms of a (lower-case) ISR label and an
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_memorymap.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_memorymap.h
index c51fe8e74..524bb4652 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_memorymap.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_memorymap.h
@@ -57,7 +57,7 @@
#endif
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h
index c98c90e6b..270191a62 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_pinconfig.h
@@ -57,7 +57,7 @@
#endif
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_allocateheap.c b/nuttx/arch/arm/src/lpc17xx/lpc17_allocateheap.c
index 88010c746..577de7405 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_allocateheap.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_allocateheap.c
@@ -58,7 +58,7 @@
#include "lpc17_mpuinit.h"
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_clrpend.c b/nuttx/arch/arm/src/lpc17xx/lpc17_clrpend.c
index dcea79e7b..7a5552b39 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_clrpend.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_clrpend.c
@@ -47,7 +47,7 @@
#include "lpc17_clrpend.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_gpdma.c b/nuttx/arch/arm/src/lpc17xx/lpc17_gpdma.c
index 585061697..530f9bd04 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_gpdma.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_gpdma.c
@@ -60,7 +60,7 @@
#ifdef CONFIG_LPC17_GPDMA
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c b/nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c
index 47a2788c1..c46d8002a 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c
@@ -90,7 +90,7 @@
#endif
/*******************************************************************************
- * Definitions
+ * Pre-processor Definitions
*******************************************************************************/
/*******************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.c b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.c
index 36c6dfdbe..7b1fe62b5 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.c
@@ -53,7 +53,7 @@
#include "lpc17_lcd.h"
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define LPC17_LCD_CLK_PER_LINE \
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_lowputc.c b/nuttx/arch/arm/src/lpc17xx/lpc17_lowputc.c
index 3926c8712..1378e7642 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_lowputc.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_lowputc.c
@@ -55,7 +55,7 @@
#include "lpc17_serial.h"
/**************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
**************************************************************************/
/* Select UART parameters for the selected console */
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_mpuinit.c b/nuttx/arch/arm/src/lpc17xx/lpc17_mpuinit.c
index c8ccee51f..19b5858aa 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_mpuinit.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_mpuinit.c
@@ -49,7 +49,7 @@
#if defined(CONFIG_BUILD_PROTECTED) && defined(CONFIG_ARMV7M_MPU)
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
#ifndef MAX
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_sdcard.c b/nuttx/arch/arm/src/lpc17xx/lpc17_sdcard.c
index 25b0c47c9..9ba3249fa 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_sdcard.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_sdcard.c
@@ -70,7 +70,7 @@
#if CONFIG_LPC17_SDCARD
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_spi.c b/nuttx/arch/arm/src/lpc17xx/lpc17_spi.c
index 18d8443d9..9c97be815 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_spi.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_spi.c
@@ -61,7 +61,7 @@
#ifdef CONFIG_LPC17_SPI
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
/* This driver does not support the SPI exchange method. */
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_ssp.c b/nuttx/arch/arm/src/lpc17xx/lpc17_ssp.c
index aae65f651..b24e9b879 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_ssp.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_ssp.c
@@ -62,7 +62,7 @@
defined(CONFIG_LPC17_SSP2)
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
/* This driver does not support the SPI exchange method. */
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_start.c b/nuttx/arch/arm/src/lpc17xx/lpc17_start.c
index aa7297611..82cb30be1 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_start.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_start.c
@@ -59,7 +59,7 @@
#endif
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_timerisr.c b/nuttx/arch/arm/src/lpc17xx/lpc17_timerisr.c
index 572712e90..593d9142b 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_timerisr.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_timerisr.c
@@ -55,7 +55,7 @@
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* The desired timer interrupt frequency is provided by the definition
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_usbdev.c b/nuttx/arch/arm/src/lpc17xx/lpc17_usbdev.c
index 5de88aa07..92c85bf23 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_usbdev.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_usbdev.c
@@ -66,7 +66,7 @@
#include "lpc17_gpdma.h"
/*******************************************************************************
- * Definitions
+ * Pre-processor Definitions
*******************************************************************************/
/* Configuration ***************************************************************/
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
index e4e3d9d96..930038939 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
@@ -69,7 +69,7 @@
#include "lpc17_ohciram.h"
/*******************************************************************************
- * Definitions
+ * Pre-processor Definitions
*******************************************************************************/
/* Configuration ***************************************************************/
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S b/nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S
index 555bf0ddc..390e4d681 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_vectors.S
@@ -46,7 +46,7 @@
#include "exc_return.h"
/************************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************************/
/* Configuration ********************************************************************************/