pyocd / pyOCD

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

Vendor-specific command support on CMSIS-DAP probes #1665

Open mjakovlevs opened 5 months ago

mjakovlevs commented 5 months ago

We would like to use pyOCD for flashing/debugging/testing but would also require controlling our customized CMSIS-DAP probe by using vendor-specific commands, and currently I don't see a way of doing that with pyOCD. Could you tell me if there is such functionality available, or is planned to be added? Any suggestions would be appreciated. Thank you.