changeset 199:143f3a07e273

src/g23m-aci/uart/uart_txs.c: sync with Magnetite (extra trace)
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 May 2020 05:38:26 +0000
parents 712a28fda778
children 07ece4691685
files src/g23m-aci/uart/uart_txs.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/g23m-aci/uart/uart_txs.c	Thu May 28 05:33:05 2020 +0000
+++ b/src/g23m-aci/uart/uart_txs.c	Thu May 28 05:38:26 2020 +0000
@@ -534,6 +534,14 @@
   if((uart_data->tx.lines != dlc->lines))
   {
     /*
+     * FreeCalypso addition: trace the dlc->lines value that is
+     * causing UF_SetLineState() calls to the physical UART driver.
+     */
+    TRACE_USER_CLASS_P1(TC_EVENT|TC_USER1,
+                        "sig_ker_tx_line_states_req: dlc->lines = %x",
+                        dlc->lines);
+
+    /*
      * set new line states separatly because
      * if one line is not supported by the driver
      * we can still set the other lines