[OpenOCD-devel] [openocd:tickets] Re: #235 Communicating with OpenOCD's north bound API's?

2019-05-21 Thread Tim Smith via OpenOCD-devel
Yes, it is GPL v2+ compatible. Any ideas On Tue, May 21, 2019 at 10:53 AM Paul Fertser wrote: > Hi Tim, > > On Tue, May 21, 2019 at 04:53:03PM -, Tim Smith wrote: > > Hi Paul, We wanted to run OpenOCD with in our process preferably by > linking it > as a DLL. Is this something possible? > >

[OpenOCD-devel] [openocd:tickets] Re: #235 Communicating with OpenOCD's north bound API's?

2019-05-21 Thread Paul Fertser via OpenOCD-devel
Hi Tim, On Tue, May 21, 2019 at 04:53:03PM -, Tim Smith wrote: > Hi Paul, We wanted to run OpenOCD with in our process preferably by linking it > as a DLL. Is this something possible? Is your software GPLv2+ compatible? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) softw

[OpenOCD-devel] [openocd:tickets] Re: #235 Communicating with OpenOCD's north bound API's?

2019-05-21 Thread Tim Smith via OpenOCD-devel
Hi Paul, We wanted to run OpenOCD with in our process preferably by linking it as a DLL. Is this something possible? --- ** [tickets:#235] Communicating with OpenOCD's north bound API's?** **Status:** new **Milestone:** 0.9.0 **Created:** Wed May 01, 2019 09:12 PM UTC by Tim Smith **Last Updat

[OpenOCD-devel] [openocd:tickets] Re: #235 Communicating with OpenOCD's north bound API's?

2019-05-02 Thread Paul Fertser via OpenOCD-devel
Hello, On Wed, May 01, 2019 at 09:12:09PM -, Tim Smith wrote: > We have a debugger that supports halt() , step() and go() high level run > control > commands. We wanted to add ARM run control support utilizing OpenOCD. > Wondering > if OpenOCD has north bound API's or pinch points for our C+