summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-22 09:10:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-22 09:10:58 -0600
commite044e9c90a7eab7406a31831b3c661a80eb05b17 (patch)
treefff4add300ed8ffe4b704012c92f22a30e385b33 /nuttx/arch/z80
parent11278c31a01b6fdfb09e2a3109a20d38ef793055 (diff)
downloadnuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.tar.gz
nuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.tar.bz2
nuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.zip
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/z180/Kconfig80
1 files changed, 40 insertions, 40 deletions
diff --git a/nuttx/arch/z80/src/z180/Kconfig b/nuttx/arch/z80/src/z180/Kconfig
index 160c66b50..93291ead2 100644
--- a/nuttx/arch/z80/src/z180/Kconfig
+++ b/nuttx/arch/z80/src/z180/Kconfig
@@ -55,26 +55,26 @@ config Z180_BANKAREA_VIRTBASE
NuttX Memory Organization:
- Common Area 0: This area holds the common NuttX code that is
- directly call-able from all application threads. Common Area
- always starts at virtual address 0x0000 and extends to the
- Bank Area
-
- Base Area: This area holds the common NuttX data (including the
- share-able heap) that is accessible from all applications and
- extends to Common Area 1.
-
- NOTE: That is execution from RAM, the common NuttX code and
- data may be contiguous and lie in the same region (either
- Common Area 0 or the Bank Area). The two regions above would
- apply in a ROM'ed system, where Common Area 1 is ROM and the
- Base Area is RAM.
-
- Common Area 1: This area holds the code and data that is unique
- to a particular task. his area extends to the end of the virtual
- address space. All tasks share the same virtual Common Area 2
- virtual address (but each has a unique mapping to different,
- underlying physical addresses).
+ Common Area 0: This area holds the common NuttX code that is
+ directly call-able from all application threads. Common Area
+ always starts at virtual address 0x0000 and extends to the
+ Bank Area
+
+ Base Area: This area holds the common NuttX data (including the
+ share-able heap) that is accessible from all applications and
+ extends to Common Area 1.
+
+ NOTE: That is execution from RAM, the common NuttX code and
+ data may be contiguous and lie in the same region (either
+ Common Area 0 or the Bank Area). The two regions above would
+ apply in a ROM'ed system, where Common Area 1 is ROM and the
+ Base Area is RAM.
+
+ Common Area 1: This area holds the code and data that is unique
+ to a particular task. his area extends to the end of the virtual
+ address space. All tasks share the same virtual Common Area 2
+ virtual address (but each has a unique mapping to different,
+ underlying physical addresses).
config Z180_BANKAREA_PHYSBASE
hex "Physical Start of Bank Area"
@@ -93,26 +93,26 @@ config Z180_COMMON1AREA_VIRTBASE
NuttX Memory Organization:
- Common Area 0: This area holds the common NuttX code that is
- directly call-able from all application threads. Common Area
- always starts at virtual address 0x0000 and extends to the
- Bank Area
-
- Base Area: This area holds the common NuttX data (including the
- share-able heap) that is accessible from all applications and
- extends to Common Area 1.
-
- NOTE: That is execution from RAM, the common NuttX code and
- data may be contiguous and lie in the same region (either
- Common Area 0 or the Bank Area). The two regions above would
- apply in a ROM'ed system, where Common Area 1 is ROM and the
- Base Area is RAM.
-
- Common Area 1: This area holds the code and data that is unique
- to a particular task. his area extends to the end of the virtual
- address space. All tasks share the same virtual Common Area 2
- virtual address (but each has a unique mapping to different,
- underlying physical addresses).
+ Common Area 0: This area holds the common NuttX code that is
+ directly call-able from all application threads. Common Area
+ always starts at virtual address 0x0000 and extends to the
+ Bank Area
+
+ Base Area: This area holds the common NuttX data (including the
+ share-able heap) that is accessible from all applications and
+ extends to Common Area 1.
+
+ NOTE: That is execution from RAM, the common NuttX code and
+ data may be contiguous and lie in the same region (either
+ Common Area 0 or the Bank Area). The two regions above would
+ apply in a ROM'ed system, where Common Area 1 is ROM and the
+ Base Area is RAM.
+
+ Common Area 1: This area holds the code and data that is unique
+ to a particular task. his area extends to the end of the virtual
+ address space. All tasks share the same virtual Common Area 2
+ virtual address (but each has a unique mapping to different,
+ underlying physical addresses).
config Z180_PHYSHEAP_START
hex "Physical Start of Free Memory"