summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/tiva_lowputc.h
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/arch/arm/src/tiva/tiva_lowputc.h
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/arch/arm/src/tiva/tiva_lowputc.h')
-rw-r--r--nuttx/arch/arm/src/tiva/tiva_lowputc.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/nuttx/arch/arm/src/tiva/tiva_lowputc.h b/nuttx/arch/arm/src/tiva/tiva_lowputc.h
index 224835af1..f1878cacc 100644
--- a/nuttx/arch/arm/src/tiva/tiva_lowputc.h
+++ b/nuttx/arch/arm/src/tiva/tiva_lowputc.h
@@ -47,26 +47,26 @@
************************************************************************************/
/* Configuration *******************************************************************/
-#if LM_NUARTS < 8
-# undef CONFIG_LM_UART7
+#if TIVA_NUARTS < 8
+# undef CONFIG_TIVA_UART7
# undef CONFIG_UART7_SERIAL_CONSOLE
-# if LM_NUARTS < 7
-# undef CONFIG_LM_UART6
+# if TIVA_NUARTS < 7
+# undef CONFIG_TIVA_UART6
# undef CONFIG_UART6_SERIAL_CONSOLE
-# if LM_NUARTS < 6
-# undef CONFIG_LM_UART5
+# if TIVA_NUARTS < 6
+# undef CONFIG_TIVA_UART5
# undef CONFIG_UART5_SERIAL_CONSOLE
-# if LM_NUARTS < 5
-# undef CONFIG_LM_UART4
+# if TIVA_NUARTS < 5
+# undef CONFIG_TIVA_UART4
# undef CONFIG_UART4_SERIAL_CONSOLE
-# if LM_NUARTS < 4
-# undef CONFIG_LM_UART3
+# if TIVA_NUARTS < 4
+# undef CONFIG_TIVA_UART3
# undef CONFIG_UART3_SERIAL_CONSOLE
-# if LM_NUARTS < 3
-# undef CONFIG_LM_UART2
+# if TIVA_NUARTS < 3
+# undef CONFIG_TIVA_UART2
# undef CONFIG_UART2_SERIAL_CONSOLE
-# if LM_NUARTS < 2
-# undef CONFIG_LM_UART1
+# if TIVA_NUARTS < 2
+# undef CONFIG_TIVA_UART1
# undef CONFIG_UART1_SERIAL_CONSOLE
# endif
# endif
@@ -78,7 +78,7 @@
/* Is there a serial console? */
-#if defined(CONFIG_UART0_SERIAL_CONSOLE) && defined(CONFIG_LM_UART0)
+#if defined(CONFIG_UART0_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART0)
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
# undef CONFIG_UART3_SERIAL_CONSOLE
@@ -87,7 +87,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART1_SERIAL_CONSOLE) && defined(CONFIG_LM_UART1)
+#elif defined(CONFIG_UART1_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART1)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
# undef CONFIG_UART3_SERIAL_CONSOLE
@@ -96,7 +96,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART2_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART2_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART3_SERIAL_CONSOLE
@@ -105,7 +105,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART3_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART3_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
@@ -114,7 +114,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART4_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART4_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
@@ -123,7 +123,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART5_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART5_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
@@ -132,7 +132,7 @@
# undef CONFIG_UART6_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART6_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART6_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE
@@ -141,7 +141,7 @@
# undef CONFIG_UART5_SERIAL_CONSOLE
# undef CONFIG_UART7_SERIAL_CONSOLE
# define HAVE_SERIAL_CONSOLE 1
-#elif defined(CONFIG_UART7_SERIAL_CONSOLE) && defined(CONFIG_LM_UART2)
+#elif defined(CONFIG_UART7_SERIAL_CONSOLE) && defined(CONFIG_TIVA_UART2)
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_UART2_SERIAL_CONSOLE