No description
| .gitignore | ||
| CODE_OF_CONDUCT.md | ||
| coresight.py | ||
| LICENSE | ||
| README.rst | ||
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.