[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 simonqian.open...@gmail.com 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

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

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 simonqian.open...@gmail.com 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

Re: [Openocd-development] Automatically generate 'struct StellarisParts'

2011-01-18 Thread Eric Wetzel
Sorry about the delay; I was out of town. I have created the patch as requested. Best regards, ~Eric 0001-stellaris-automatically-generate-and-update-device-I.patch Description: Binary data ___ Openocd-development mailing list

Re: [Openocd-development] Automatically generate 'struct StellarisParts'

2011-01-18 Thread Øyvind Harboe
Looks good to me. Any objections out there? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer

Re: [Openocd-development] Automatically generate 'struct StellarisParts'

2011-01-18 Thread Øyvind Harboe
Merged. Thanks! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___