1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# pyOCD Documentation
## Table of Contents
### User documentation
- [Session options](SESSION_OPTIONS.md)
- [Debugging multicore devices](MULTICORE_DEBUG.md)
- [Introduction to pyOCD API](PYTHON_API.md)
- [Python API Examples](API_EXAMPLES.md)
### Developer documentation
- [Developers’ guide](DEVELOPERS_GUIDE.md)
- [Architecture overview](ARCHITECTURE.md)
- [How to add new targets](ADDING_NEW_TARGETS.md)
- [Building a standalone gdb server executable](HOW_TO_BUILD.md)
- [Running the automated tests](AUTOMATED_TESTS.md)
|