zephyr/boards/xtensa
Marc Herbert af1dedf89c boards: intel_adsp: add curly braces around log data in debug mode
This commit makes absolutely no change to the output unless debug is
manually turned on. Debug can be turned on with this other code change:

--- a/boards/xtensa/intel_adsp_cavs15/tools/logtool.py
+++ b/boards/xtensa/intel_adsp_cavs15/tools/logtool.py
@@ -45,7 +45,7 @@ def main():
         else:
             etrace = QEMU_ETRACE

-    l = Loglist(etrace)
+    l = Loglist(etrace, True)
     l.print()

Below are two examples of the new debug output. For instance the empty
and duplicate (due to a bug) slot [33] is now much more obvious:

};  {[31] : 1434444: ssp_set_config(),
};  {[32] : 1485591: ssp_set_config(),
};  {[33] : };  {[33] : 1539091: ssp_set_config(),

In this other example it is now much clearer that [7] misses a
`\n` newline:

};  {[6] : 858361: starting dma_trace_init_complete()
};  {[7] : dma_tr_...() ret=0[00000005] <inf> main};  {[8] : ipc_dma..()
};  {[9] : entering dma_trace_enable
};  {[10] : entering dma_trace_buffer_init()

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-11-07 05:34:06 -05:00
..
esp32 driver: esp32: I2C code refactoring 2021-11-05 14:07:09 -04:00
esp32s2_saola driver: esp32: I2C code refactoring 2021-11-05 14:07:09 -04:00
intel_adsp_cavs15 boards: intel_adsp: add curly braces around log data in debug mode 2021-11-07 05:34:06 -05:00
intel_adsp_cavs18 intel_cavs: do not produce bin files 2021-05-07 12:35:46 -05:00
intel_adsp_cavs20 intel_cavs: do not produce bin files 2021-05-07 12:35:46 -05:00
intel_adsp_cavs25 boards/intel_adsp_cavs25: Add board documentation 2021-09-03 07:19:34 -04:00
intel_s1000_crb interrupt_controller: remove CONFIG_DW_ICTL_OFFSET 2021-10-06 19:43:48 -04:00
nxp_adsp_imx8 boards: xtensa: adsp: select XTENSA_SMALL_VECTOR_TABLE_ENTRY for imx8 board 2021-09-10 10:59:44 -04:00
nxp_adsp_imx8m boards: xtensa: adsp: add support for imx8m board 2021-10-20 19:08:50 -04:00
nxp_adsp_imx8x boards: xtensa: adsp: add support for imx8x board 2021-09-27 21:52:31 -04:00
odroid_go driver: esp32: I2C code refactoring 2021-11-05 14:07:09 -04:00
qemu_xtensa dts: use 'cdns' instead of 'xtensa' vendor prefix 2021-08-17 17:51:57 -04:00
xt-sim dts: use 'cdns' instead of 'xtensa' vendor prefix 2021-08-17 17:51:57 -04:00
index.rst