pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.13k stars 483 forks source link

Implement Debug Adapter Protocol interface #488

Open flit opened 5 years ago

flit commented 5 years ago

Implement Microsoft's Debug Adapter Protocol.

This will require pyOCD to have complete debug capabilities.

0Grit commented 5 years ago

https://github.com/ARMmbed/cmsis-debug-adapter

flit commented 5 years ago

Cool! Thanks for the pointer.

0Grit commented 4 years ago

934