summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-08 15:50:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-08 15:50:26 -0600
commitfc300bda7bf9d68ac5d75fa7b732692eeeae5221 (patch)
tree295b1a1ffbbfea2990cdee1d05a05ca2577c42c0 /nuttx/configs/eagle100/README.txt
parent3100722cdd78ff94412a760138e2fd4fdc319548 (diff)
downloadnuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.tar.gz
nuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.tar.bz2
nuttx-fc300bda7bf9d68ac5d75fa7b732692eeeae5221.zip
functions and definitions renamed from lm_ to tiva_
Diffstat (limited to 'nuttx/configs/eagle100/README.txt')
-rw-r--r--nuttx/configs/eagle100/README.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index 8d8daa33e..05ba18422 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -297,15 +297,15 @@ Eagle100-specific Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
- 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=y
- CONFIG_LM_DISABLE_GPIOJ_IRQS=y
+ CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
+ CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
+ CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S6918 specific device driver settings
@@ -330,18 +330,18 @@ Eagle100-specific 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_LM_ETHERNET - This must be set (along with CONFIG_NET)
+ CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
- CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
- CONFIG_LM_BOARDMAC - If the board-specific logic can provide
+ CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
+ CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
- 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.
+ CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
+ CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
+ CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
+ CONFIG_TIVA_MULTICAST - Set to enable multicast frames
+ CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
+ CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
+ CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^