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

dependencies: remove capstone #1670

Open jsiverskog opened 4 months ago

jsiverskog commented 4 months ago

the implementation already supports that capstone may not be installed. capstone is somewhat slow to install on some platforms (e.g. raspberry pi), and not always needed.