doc: tracing: add figure for tracing with systemview

Add figure and example project configuration for systemview.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-09-15 22:46:06 -04:00
commit 6543e6a1e5
2 changed files with 14 additions and 1 deletions

View file

@ -23,7 +23,20 @@ any application for platforms that have the required hardware support.
To enable tracing support with `SEGGER SystemView`_ add the configuration option
:option:`CONFIG_SEGGER_SYSTEMVIEW` to your project configuration file and set
it to *y*. For example, this can be added to the
:ref:`dining-philosophers-sample` to visualize fast switching between threads.
:ref:`synchronization_sample` to visualize fast switching between threads:
CONFIG_STDOUT_CONSOLE=y
# enable to use thread names
CONFIG_THREAD_NAME=y
CONFIG_SEGGER_SYSTEMVIEW=y
CONFIG_USE_SEGGER_RTT=y
.. figure:: segger_systemview.png
:align: center
:alt: SEGGER SystemView
:figclass: align-center
:width: 80%
.. _SEGGER SystemView: https://www.segger.com/products/development-tools/systemview/

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB