summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/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/lm3s6965-ek/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/lm3s6965-ek/README.txt')
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index e0349f5de..813e11467 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -126,12 +126,12 @@ GNU Toolchain Options
the CodeSourcery or devkitARM, 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
- 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
+ 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.
@@ -415,15 +415,15 @@ Stellaris LM3S6965 Evaluation Kit Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
- CONFIG_LM3S_DISABLE_GPIOA_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOB_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOC_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOD_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOE_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOF_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOG_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOH_IRQS=n
- CONFIG_LM3S_DISABLE_GPIOJ_IRQS=y
+ CONFIG_LM_DISABLE_GPIOA_IRQS=n
+ CONFIG_LM_DISABLE_GPIOB_IRQS=n
+ CONFIG_LM_DISABLE_GPIOC_IRQS=n
+ CONFIG_LM_DISABLE_GPIOD_IRQS=n
+ CONFIG_LM_DISABLE_GPIOE_IRQS=n
+ CONFIG_LM_DISABLE_GPIOF_IRQS=n
+ CONFIG_LM_DISABLE_GPIOG_IRQS=n
+ CONFIG_LM_DISABLE_GPIOH_IRQS=n
+ CONFIG_LM_DISABLE_GPIOJ_IRQS=y
LM3S6818 specific device driver settings
@@ -448,18 +448,18 @@ Stellaris LM3S6965 Evaluation Kit 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 - If the board-specific logic can provide
+ CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
+ CONFIG_LM_BOARDMAC - If the board-specific logic can provide
a MAC address (via lm_ethernetmac()), then this should be selected.
- 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
^^^^^^^^^^^^^^