zephyr/ext/debug/segger/systemview
Gustavo F Nobrega e155ebfad5 doc: ext: segger: Update link to SystemView
The current link is broken. The correct link to systemview is:
https://www.segger.com/products/development-tools/systemview/

Signed-off-by: Gustavo F Nobrega <gustavofn@gmail.com>
2019-01-29 12:50:55 -05:00
..
Global.h
README.rst doc: ext: segger: Update link to SystemView 2019-01-29 12:50:55 -05:00
SEGGER.h
SEGGER_SYSVIEW.c
SEGGER_SYSVIEW.h
SEGGER_SYSVIEW_Conf.h debug: SystemView fix 2019-01-25 17:37:51 -05:00
SEGGER_SYSVIEW_ConfDefaults.h
SEGGER_SYSVIEW_Int.h

README.rst

.. _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.