summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-12 07:05:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-12 07:05:28 -0600
commitacd2ff7526a1ccf48be2de22d902983817138f70 (patch)
tree8d14ebb3d5fb7390c73a3186d6f3da22abca2e03
parent76fb8f5f29a4d6a3af867511b6fadcc9c0aefab7 (diff)
downloadnuttx-acd2ff7526a1ccf48be2de22d902983817138f70.tar.gz
nuttx-acd2ff7526a1ccf48be2de22d902983817138f70.tar.bz2
nuttx-acd2ff7526a1ccf48be2de22d902983817138f70.zip
Purely costmetic updates
-rw-r--r--nuttx/configs/tm4c1294-launchpad/README.txt10
-rw-r--r--nuttx/configs/tm4c1294-launchpad/include/board.h18
2 files changed, 17 insertions, 11 deletions
diff --git a/nuttx/configs/tm4c1294-launchpad/README.txt b/nuttx/configs/tm4c1294-launchpad/README.txt
index 74e26603e..c12b22904 100644
--- a/nuttx/configs/tm4c1294-launchpad/README.txt
+++ b/nuttx/configs/tm4c1294-launchpad/README.txt
@@ -1,6 +1,12 @@
README
======
- This is a placeholder for the README file for a forthcoming port to the tm4c1294 Launchpad
- (more correctly, th ek-tm4c124xl).
+ This is a placeholder for the README file for a forthcoming port to the
+ tm4c1294 Launchpad (more correctly, th ek-tm4c124xl).
+Serial Console
+==============
+
+ These configurations use UART0 for the serial console. UART0 is connected
+ to the on-board TM4C123G-based debugger and is forwarded through the ICDI
+ virtual UART. \ No newline at end of file
diff --git a/nuttx/configs/tm4c1294-launchpad/include/board.h b/nuttx/configs/tm4c1294-launchpad/include/board.h
index bd12d07e4..d54a4a8af 100644
--- a/nuttx/configs/tm4c1294-launchpad/include/board.h
+++ b/nuttx/configs/tm4c1294-launchpad/include/board.h
@@ -127,18 +127,18 @@
/* LED index values for use with tiva_setled() */
-#define BOARD_LED_D1 0
-#define BOARD_LED_D2 1
-#define BOARD_LED_D3 2
-#define BOARD_LED_D4 3
-#define BOARD_NLEDS 4
+#define BOARD_LED_D1 0
+#define BOARD_LED_D2 1
+#define BOARD_LED_D3 2
+#define BOARD_LED_D4 3
+#define BOARD_NLEDS 4
/* LED bits for use with tiva_setleds() */
-#define BOARD_LED_D1_BIT (1 << BOARD_LED_D1)
-#define BOARD_LED_D2_BIT (1 << BOARD_LED_D2)
-#define BOARD_LED_D3_BIT (1 << BOARD_LED_D3)
-#define BOARD_LED_D4_BIT (1 << BOARD_LED_D4)
+#define BOARD_LED_D1_BIT (1 << BOARD_LED_D1)
+#define BOARD_LED_D2_BIT (1 << BOARD_LED_D2)
+#define BOARD_LED_D3_BIT (1 << BOARD_LED_D3)
+#define BOARD_LED_D4_BIT (1 << BOARD_LED_D4)
/* If CONFIG_ARCH_LEDS is defined, then automated support for the EK-TM4C1294XL LED
* will be included in the build: