summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s8962-ek/README.txt')
-rw-r--r--nuttx/configs/lm3s8962-ek/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/lm3s8962-ek/README.txt b/nuttx/configs/lm3s8962-ek/README.txt
index 38ed76aea..e8a0091c6 100644
--- a/nuttx/configs/lm3s8962-ek/README.txt
+++ b/nuttx/configs/lm3s8962-ek/README.txt
@@ -371,7 +371,7 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
CONFIG_DRAM_START=0x20000000
- CONFIG_ARCH_IRQPRIO - The LM3S6918 supports interrupt prioritization
+ CONFIG_ARCH_IRQPRIO - The LM3S8962 supports interrupt prioritization
CONFIG_ARCH_IRQPRIO=y
@@ -395,7 +395,7 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
the delay actually is 100 seconds.
There are configurations for disabling support for interrupts GPIO ports.
- GPIOJ must be disabled because it does not exist on the LM3S6918.
+ GPIOJ must be disabled because it does not exist on the LM3S8962.
Additional interrupt support can be disabled if desired to reduce memory
footprint.
@@ -409,7 +409,7 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
CONFIG_LM_DISABLE_GPIOH_IRQS=n
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
- LM3S6818 specific device driver settings
+ LM3S8962 specific device driver settings
CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
console and ttys0 (default is the UART0).
@@ -433,7 +433,7 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
- to build the LM3S Ethernet driver
+ 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
a MAC address (via lm_ethernetmac()), then this should be selected.