summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6432-s2e/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 14:48:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 14:48:55 +0000
commit25f65f6524fe5c6508de38300796e1183051ab3b (patch)
tree3b685616dd8e36f94fabb4c9ce2dc19c9065b394 /nuttx/configs/lm3s6432-s2e/README.txt
parent6afb58c74e1b0bbfe3306e1a3a00d31462c598fa (diff)
downloadpx4-nuttx-25f65f6524fe5c6508de38300796e1183051ab3b.tar.gz
px4-nuttx-25f65f6524fe5c6508de38300796e1183051ab3b.tar.bz2
px4-nuttx-25f65f6524fe5c6508de38300796e1183051ab3b.zip
Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configuration variables from CONFIG_LM3S_ to CONFIG_LM_
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6432-s2e/README.txt')
-rw-r--r--nuttx/configs/lm3s6432-s2e/README.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/nuttx/configs/lm3s6432-s2e/README.txt b/nuttx/configs/lm3s6432-s2e/README.txt
index 669708c16..29cf80fae 100644
--- a/nuttx/configs/lm3s6432-s2e/README.txt
+++ b/nuttx/configs/lm3s6432-s2e/README.txt
@@ -97,12 +97,12 @@ GNU Toolchain Options
To use a specific toolchain, you simply need to add one of the following
configuration options to your .config (or defconfig) file:
- CONFIG_LM3S_CODESOURCERYW=y : CodeSourcery under Windows
- CONFIG_LM3S_CODESOURCERYL=y : CodeSourcery under Linux or on Mac OS X.
- CONFIG_LM3S_DEVKITARM=y : devkitARM under Windows
- CONFIG_LM3S_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
+ CONFIG_LM_CODESOURCERYW=y : CodeSourcery under Windows
+ CONFIG_LM_CODESOURCERYL=y : CodeSourcery under Linux or on Mac OS X.
+ CONFIG_LM_DEVKITARM=y : devkitARM under Windows
+ CONFIG_LM_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
- If you are not using CONFIG_LM3S_BUILDROOT, then you may also have to modify
+ If you are not using CONFIG_LM_BUILDROOT, then you may also have to modify
the PATH in the setenv.h file if your make cannot find the tools.
NOTE: the CodeSourcery (for Windows) and devkitARM are Windows native toolchains.
@@ -346,15 +346,15 @@ Stellaris MDL-S2E Reference Design Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint - GPIOs C-G are not pinned out on the MDL-S2E board.
- CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOC_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOD_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOE_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOF_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOG_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOH_IRQS=y
- CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
+ CONFIG_LM_DISABLE_GPIOA_IRQS=n
+ CONFIG_LM_DISABLE_GPIOB_IRQS=n
+ CONFIG_LM_DISABLE_GPIOC_IRQS=y
+ CONFIG_LM_DISABLE_GPIOD_IRQS=y
+ CONFIG_LM_DISABLE_GPIOE_IRQS=y
+ CONFIG_LM_DISABLE_GPIOF_IRQS=y
+ CONFIG_LM_DISABLE_GPIOG_IRQS=y
+ CONFIG_LM_DISABLE_GPIOH_IRQS=y
+ CONFIG_LM_DISABLE_GPIOJ_IRQS=y
LM3S6432 specific device driver settings
@@ -388,18 +388,18 @@ Stellaris MDL-S2E Reference Design Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
- CONFIG_LM3S_ETHERNET - This must be set (along with CONFIG_NET)
+ CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
to build the LM3S Ethernet driver
- CONFIG_LM3S_ETHLEDS - Enable to use Ethernet LEDs on the board.
- CONFIG_LM3S_BOARDMAC - This should be set in order to use the
+ CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
+ CONFIG_LM_BOARDMAC - This should be set in order to use the
MAC address configured in the flash USER registers.
- CONFIG_LM3S_ETHHDUPLEX - Set to force half duplex operation
- CONFIG_LM3S_ETHNOAUTOCRC - Set to suppress auto-CRC generation
- CONFIG_LM3S_ETHNOPAD - Set to suppress Tx padding
- CONFIG_LM3S_MULTICAST - Set to enable multicast frames
- CONFIG_LM3S_PROMISCUOUS - Set to enable promiscuous mode
- CONFIG_LM3S_BADCRC - Set to enable bad CRC rejection.
- CONFIG_LM3S_DUMPPACKET - Dump each packet received/sent to the console.
+ CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
+ CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
+ CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
+ CONFIG_LM_MULTICAST - Set to enable multicast frames
+ CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
+ CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
+ CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^