Lines Matching +full:check +full:- +full:uart +full:- +full:files
1 .. zephyr:code-sample:: tracing
13 Depends of the boards which you are using, choose one of .conf files for use tracing subsys.
15 Usage for UART Tracing Backend
18 Build a UART-tracing image with:
20 .. zephyr-app-commands::
21 :zephyr-app: samples/subsys/tracing
29 .. zephyr-app-commands::
30 :zephyr-app: samples/subsys/tracing
37 You may need to set "zephyr,tracing-uart" property under the chosen node in your devicetree.
40 After the application has run for a while, check the trace output file.
45 Build a USB-tracing image with:
47 .. zephyr-app-commands::
48 :zephyr-app: samples/subsys/tracing
56 .. zephyr-app-commands::
57 :zephyr-app: samples/subsys/tracing
65 .. code-block:: console
75 .. code-block:: console
77 sudo python3 trace_capture_usb.py -v 0x2FE9 -p 0x100 -o channel0_0
84 Build a POSIX-tracing image with:
86 .. zephyr-app-commands::
87 :zephyr-app: samples/subsys/tracing
94 .. zephyr-app-commands::
95 :zephyr-app: samples/subsys/tracing
101 After the application has run for a while, check the trace output file.
106 Build a USER-tracing image with:
108 .. zephyr-app-commands::
109 :zephyr-app: samples/subsys/tracing
115 After the application has run for a while, check the trace output file.
120 Build a SystemView-tracing image with the :ref:`snippet-rtt-tracing`:
122 .. zephyr-app-commands::
123 :zephyr-app: samples/subsys/tracing
125 :snippets: rtt-tracing
129 After the application has run for a while, check the trace output file.
134 Build a GPIO-tracing image with:
136 .. zephyr-app-commands::
137 :zephyr-app: samples/subsys/tracing
143 After the application has run for a while, check the trace output file.