Activated UART debug
authorTom Knot <tomasknot@gmail.com>
Thu, 14 Jun 2018 14:09:24 +0000 (16:09 +0200)
committerTom Knot <tomasknot@gmail.com>
Thu, 14 Jun 2018 14:09:24 +0000 (16:09 +0200)
modules/unipi/src/unipi_uart.c
version.txt

index 0e708ef447d3752b8aa7a4c09314bf786d8b963d..85cd04bf0fe1ccaa89eebcf405021b7bdcc25259 100644 (file)
@@ -201,14 +201,14 @@ void neuronspi_uart_fifo_read(struct uart_port *port, u32 rxlen)
        s32 i;
        struct neuronspi_port *s = to_neuronspi_port(port,port);
        struct neuronspi_driver_data *d_data = spi_get_drvdata(neuronspi_s_dev[s->dev_index]);
-#if NEURONSPI_DETAILED_DEBUG > 2
+//#if NEURONSPI_DETAILED_DEBUG > 2
        printk(KERN_INFO "NEURONSPI: FIFO Read len:%d\n", rxlen);
-#endif
+//#endif
     memcpy(s->buf, d_data->uart_buf, rxlen);
        for (i = 0; i < rxlen; i++) {
-#if NEURONSPI_DETAILED_DEBUG > 2
+//#if NEURONSPI_DETAILED_DEBUG > 2
                printk(KERN_INFO "NEURONSPI: UART Char Read: %x\n", d_data->uart_buf[i]);
-#endif
+//#endif
        }
 }
 
index 59f2104ebcd2e2791ca63dc5c034d31aeecfe5ec..4745628ccc948a58a775e9535ca755e0f6db74a5 100644 (file)
@@ -1 +1 @@
-Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:47(a9c2f52) LatestCommit:Thu Jun 14 15:51:55 CEST 2018
+Repository:neuron-kernel ActiveBranch:[uart_timeout] PrecedingRelease:v.0.12 PrecedingRevision:48(7b58ef1) LatestCommit:Thu Jun 14 16:09:24 CEST 2018