zephyr/ext/debug/segger/systemview
Henrik Brix Andersen ccbfd553d5 ext: segger: update to SystemView v2.52h
Update the external Segger RTT and SystemView libraries to version
2.52h.

This fixes #14082.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2019-05-27 16:27:00 -04:00
..
Global.h
README.rst doc: ext: segger: Update link to SystemView 2019-01-29 12:50:55 -05:00
SEGGER_SYSVIEW_Conf.h debug: SystemView fix 2019-01-25 17:37:51 -05:00
SEGGER_SYSVIEW_ConfDefaults.h ext: segger: update to SystemView v2.52h 2019-05-27 16:27:00 -04:00
SEGGER_SYSVIEW_Int.h ext: segger: update to SystemView v2.52h 2019-05-27 16:27:00 -04:00
SEGGER_SYSVIEW.c ext: segger: update to SystemView v2.52h 2019-05-27 16:27:00 -04:00
SEGGER_SYSVIEW.h ext: segger: update to SystemView v2.52h 2019-05-27 16:27:00 -04:00
SEGGER.h ext: segger: update to SystemView v2.52h 2019-05-27 16:27:00 -04:00

.. _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/products/development-tools/systemview/>`_ 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.