No description
Find a file
2018-08-30 11:16:47 -07:00
.gitignore Initial experimentation with parsing debug ROM tables. 2018-08-30 11:16:47 -07:00
CODE_OF_CONDUCT.md Initial experimentation with parsing debug ROM tables. 2018-08-30 11:16:47 -07:00
coresight.py Initial experimentation with parsing debug ROM tables. 2018-08-30 11:16:47 -07:00
LICENSE Initial experimentation with parsing debug ROM tables. 2018-08-30 11:16:47 -07:00
README.rst Initial experimentation with parsing debug ROM tables. 2018-08-30 11:16:47 -07:00

Introduction
============

This library eases interacting with debug peripherals in an ARM processor including CoreSight
components. We focus on the embedded trace buffer (ETB) and micro trace buffer (MTB) to make trace
debugging more accessible.

Usage Example
=============

For now, from within ``gdb``:

.. code-block:: shell

    source coresight.py

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/gdb-coresight/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.