summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180/z180_lowscc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/z180/z180_lowscc.c')
-rw-r--r--nuttx/arch/z80/src/z180/z180_lowscc.c39
1 files changed, 5 insertions, 34 deletions
diff --git a/nuttx/arch/z80/src/z180/z180_lowscc.c b/nuttx/arch/z80/src/z180/z180_lowscc.c
index e5d5171c1..f729355c6 100644
--- a/nuttx/arch/z80/src/z180/z180_lowscc.c
+++ b/nuttx/arch/z80/src/z180/z180_lowscc.c
@@ -91,20 +91,6 @@
****************************************************************************/
/****************************************************************************
- * Name: z180_scc_setbaud
- *
- * Description:
- *
- ****************************************************************************/
-
-#if defined(HAVE_SCC_CONSOLE) && !defined(CONFIG_SUPPRESS_UART_CONFIG)
-static void z180_scc_setbaud(void)
-{
-#warning "Missing logic"
-}
-#endif /* HAVE_SCC_CONSOLE && !CONFIG_SUPPRESS_UART_CONFIG */
-
-/****************************************************************************
* Public Functions
****************************************************************************/
@@ -112,34 +98,19 @@ static void z180_scc_setbaud(void)
* Name: z180_scc_lowinit
*
* Description:
- * Called early in the boot sequence to initialize the [E]SCC channel(s)
+ * Called early in the boot sequence to initialize the [E]SCC console
+ * channel (only).
*
****************************************************************************/
+#ifdef USE_LOWSERIALINIT
void z180_scc_lowinit(void)
{
-#warning "Missing logic"
-
- /* Configure for usage of {E]SCC channels (whether or not we have a console) */
-
-#ifdef CONFIG_Z180_SCC
-#warning "Missing logic"
-#endif
-
-#ifdef CONFIG_Z180_ESCCA
-#warning "Missing logic"
-#endif
-
-#ifdef CONFIG_Z180_ESCCB
+#ifdef HAVE_SCC_CONSOLE
#warning "Missing logic"
#endif
-
- /* Configure the console for immediate usage */
-
-#if defined(HAVE_SCC_CONSOLE) && !defined(CONFIG_SUPPRESS_UART_CONFIG)
-#warning "Missing logic"
-#endif /* HAVE_SCC_CONSOLE && !CONFIG_SUPPRESS_UART_CONFIG */
}
+#endif
/****************************************************************************
* Name: z180_putc