[Openocd-development] How to define the trn in configuration files?

2011-01-18 Thread simon qian
I have fixed the patch for OpenOCD to support SWD of Versaloon, but not on the transport framework. I'll then try the transport framework. One question: How to define the trn in the configuration file? -- Best Regards, SimonQian http://www.SimonQian.com __

Re: [Openocd-development] How to define the trn in configuration files?

2011-01-18 Thread Tomek CEDRO
On Tue, Jan 18, 2011 at 10:26 AM, simon qian wrote: > I have fixed the patch for OpenOCD to support SWD of Versaloon, but not on > the transport framework. > I'll then try the transport framework. > One question: > How to define the trn in the configuration file? Hello Simon! In libswd TRN is yet

Re: [Openocd-development] How to define the trn in configuration files?

2011-01-18 Thread simon qian
In my implementation of SWD in OpenOCD, trun is configured in configuration files. I have sucessfully run SWD under the tranport framework, but some changes: 1. call jtag_register_commands in swd_select, because these commands are needed when parsing configuration files 2. ignore jtag calls in co

Re: [Openocd-development] How to define the trn in configuration files?

2011-01-18 Thread Tomek CEDRO
On Tue, Jan 18, 2011 at 1:18 PM, simon qian wrote: > In my implementation of SWD in OpenOCD, trun is configured in configuration > files. Nice! :-) OpenOCD has already great infrastructure implemented and it will surely allow many other transport implemented. Maybe it would be convenient to separ