zephyr/ext/debug/segger/systemview
Pawel Dunaj e344e5752c ext: debug: segger: Fix SEGGER header inclusion
Fix issue caused by 3fc497ac9a

This change removes `rtt` and `systemview` from header includes
as these are already placed in the path.

Also `SEGGER_SYSVIEW_ConfDefaults.h` header included from
`SEGGER_SYSVIEW_Int.h` is placed higher to make sure `INLINE`
definition is properly visible.

Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
2018-12-05 14:35:42 +01:00
..
Global.h
README.rst
SEGGER.h
SEGGER_SYSVIEW.c ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
SEGGER_SYSVIEW.h
SEGGER_SYSVIEW_Conf.h
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

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