SAM configurations: don't use 3 memory regions unless SMC is enabled

This commit is contained in:
Gregory Nutt
2013-07-12 14:50:22 -06:00
parent 592e012b99
commit 9686b4a6c5
6 changed files with 26 additions and 6 deletions
+21 -1
View File
@@ -16,6 +16,7 @@ Contents
- NXFLAT Toolchain
- AtmelStudio6.1
- LEDs
- Serial Console
- SAM3U-EK-specific Configuration Options
- Configurations
@@ -267,8 +268,27 @@ LEDs
on a small proportion of the time.
*** LED2 may also flicker normally if signals are processed.
Serial Console
^^^^^^^^^^^^^^
By default, all of these configurations use UART0 for the NuttX serial
console. UART0 corresponds to the DB-9 connector labelled "UART". This
is a male connector and will require a female-to-female, NUL modem cable
to connect to a PC.
An alternate is USART1 which connects to the other DB-9 connector labeled
"USART". USART1 is not enabled by default unless specifically noted
otherwise in the configuration description. A NUL modem cable must be
used with the port as well.
NOTE: One of the USART1 pins is shared with the audio CODEC. The audio
CODEC cannot be used of USART1 is enabled.
By default serial console is configured for 115000, 8-bit, 1 stop bit, and
no parity.
SAM3U-EK-specific Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
CONFIG_ARCH - Identifies the arch/ subdirectory. This should
be set to:
+1 -1
View File
@@ -411,7 +411,7 @@ CONFIG_MM_MULTIHEAP=y
CONFIG_MM_KERNEL_HEAP=y
CONFIG_MM_KERNEL_HEAPSIZE=8192
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=3
CONFIG_MM_REGIONS=2
# CONFIG_GRAN is not set
#
+1 -1
View File
@@ -403,7 +403,7 @@ CONFIG_FS_FAT=y
#
# CONFIG_MM_MULTIHEAP is not set
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=3
CONFIG_MM_REGIONS=2
# CONFIG_GRAN is not set
#
+1 -1
View File
@@ -460,7 +460,7 @@ CONFIG_NXFONT_SANS23X27=y
#
# CONFIG_MM_MULTIHEAP is not set
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=3
CONFIG_MM_REGIONS=2
# CONFIG_GRAN is not set
#
+1 -1
View File
@@ -523,7 +523,7 @@ CONFIG_NX_MXCLIENTMSGS=16
#
# CONFIG_MM_MULTIHEAP is not set
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=3
CONFIG_MM_REGIONS=2
# CONFIG_GRAN is not set
#
+1 -1
View File
@@ -375,7 +375,7 @@ CONFIG_DISABLE_MOUNTPOINT=y
#
# CONFIG_MM_MULTIHEAP is not set
# CONFIG_MM_SMALL is not set
CONFIG_MM_REGIONS=3
CONFIG_MM_REGIONS=2
# CONFIG_GRAN is not set
#