summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src')
-rw-r--r--nuttx/arch/x86/src/README.txt62
-rw-r--r--nuttx/arch/x86/src/common/up_allocateheap.c2
-rw-r--r--nuttx/arch/x86/src/common/up_mdelay.c2
-rw-r--r--nuttx/arch/x86/src/common/up_udelay.c2
-rw-r--r--nuttx/arch/x86/src/i486/up_irq.c2
-rw-r--r--nuttx/arch/x86/src/qemu/qemu_internal.h2
6 files changed, 36 insertions, 36 deletions
diff --git a/nuttx/arch/x86/src/README.txt b/nuttx/arch/x86/src/README.txt
index 1b0c0590b..96a951e37 100644
--- a/nuttx/arch/x86/src/README.txt
+++ b/nuttx/arch/x86/src/README.txt
@@ -1,31 +1,31 @@
-arch/x86/src/README.txt
-^^^^^^^^^^^^^^^^^^^^^^^
-
-This directory holds x86-specific source files. All x86 source reside in
-lower-level common, chip-specific, and architecture-specific directories.
-
-common/ Directory
-^^^^^^^^^^^^^^^^^
-
-This directory holds source files common to all x86 architectures.
-
-Architecture-Specific Directories
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-Architecture-specific directories hold common source files shared for by
-implementations of specific x86 architectures.
-
-i486
- This directory holds logic appropriate for any instantiation of the 32-bit
- i486 architecture.
-
-Chip-Specific directories
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The same x86 architecture may be realized in different chip implementations.
-For SoC chips, in particular, on-chip devices and differing interrupt
-structures may require special, chip-specific definitions in these chip-
-specific directories.
-
-qemu
- This is the implementation of NuttX on the QEMU x86 simulation.
+arch/x86/src/README.txt
+^^^^^^^^^^^^^^^^^^^^^^^
+
+This directory holds x86-specific source files. All x86 source reside in
+lower-level common, chip-specific, and architecture-specific directories.
+
+common/ Directory
+^^^^^^^^^^^^^^^^^
+
+This directory holds source files common to all x86 architectures.
+
+Architecture-Specific Directories
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Architecture-specific directories hold common source files shared for by
+implementations of specific x86 architectures.
+
+i486
+ This directory holds logic appropriate for any instantiation of the 32-bit
+ i486 architecture.
+
+Chip-Specific directories
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The same x86 architecture may be realized in different chip implementations.
+For SoC chips, in particular, on-chip devices and differing interrupt
+structures may require special, chip-specific definitions in these chip-
+specific directories.
+
+qemu
+ This is the implementation of NuttX on the QEMU x86 simulation.
diff --git a/nuttx/arch/x86/src/common/up_allocateheap.c b/nuttx/arch/x86/src/common/up_allocateheap.c
index 4c4e35b0f..22b1ed5ba 100644
--- a/nuttx/arch/x86/src/common/up_allocateheap.c
+++ b/nuttx/arch/x86/src/common/up_allocateheap.c
@@ -50,7 +50,7 @@
#include "up_internal.h"
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/x86/src/common/up_mdelay.c b/nuttx/arch/x86/src/common/up_mdelay.c
index e742470f2..13c711700 100644
--- a/nuttx/arch/x86/src/common/up_mdelay.c
+++ b/nuttx/arch/x86/src/common/up_mdelay.c
@@ -41,7 +41,7 @@
#include <nuttx/arch.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/x86/src/common/up_udelay.c b/nuttx/arch/x86/src/common/up_udelay.c
index 208b5be4a..9758125e3 100644
--- a/nuttx/arch/x86/src/common/up_udelay.c
+++ b/nuttx/arch/x86/src/common/up_udelay.c
@@ -42,7 +42,7 @@
#include <nuttx/arch.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define CONFIG_BOARD_LOOPSPER100USEC ((CONFIG_BOARD_LOOPSPERMSEC+5)/10)
diff --git a/nuttx/arch/x86/src/i486/up_irq.c b/nuttx/arch/x86/src/i486/up_irq.c
index e8dc69c54..4322b5a96 100644
--- a/nuttx/arch/x86/src/i486/up_irq.c
+++ b/nuttx/arch/x86/src/i486/up_irq.c
@@ -55,7 +55,7 @@
#include "qemu_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/x86/src/qemu/qemu_internal.h b/nuttx/arch/x86/src/qemu/qemu_internal.h
index a1a289f12..fcc79635d 100644
--- a/nuttx/arch/x86/src/qemu/qemu_internal.h
+++ b/nuttx/arch/x86/src/qemu/qemu_internal.h
@@ -51,7 +51,7 @@
#include "chip.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Configuration ********************************************************************/