You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
The only FOSS (Apache Lic.) implementation I found comes from the pyOCD project (https://github.com/mbedmicro/pyOCD).
This is a library to debug and write devices using CMSIS-DAP from Python.
That being said, the gdb server can be built into a standalone binary without dependencies on Python so we might be able to use it.
Visual Studio GDB
Visual Studio 2015 comes with support for GDB via the Debug.MIDebugLaunch command.
There also exist two plugins to allow using Visual Studio as a GDB frontend, both of them commercial, so they won't work for us.