zephyr/ext/debug/segger/systemview
Marek Pieta a304528f51 debug: SystemView fix
Change fixes problem with mutexes and initialization for SystemView,
adds config options to:
- choose if SystemView should start logging events on system start
- select SystemView RTT buffer size

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
2019-01-25 17:37:51 -05:00
..
Global.h
README.rst
SEGGER_SYSVIEW_Conf.h debug: SystemView fix 2019-01-25 17:37:51 -05:00
SEGGER_SYSVIEW_ConfDefaults.h ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
SEGGER_SYSVIEW_Int.h ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
SEGGER_SYSVIEW.c ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
SEGGER_SYSVIEW.h
SEGGER.h

.. _segger-systemview:

SEGGER SystemView
#################

This is a free-to-use tool that records and visualizes events such as thread
scheduling and interrupts, and is helpful to find unintended interactions
and resource conflicts on complex systems.  The tool is available for the
major development platforms, and requires hardware support.  Please consult
the `product web page <https://www.segger.com/systemview.html?p=1731>`_ for
more information.

Source code in this package has been obtained from the product web page
and are modified only to conform to Unix line-ending conventions and adjust
include paths.