Re: [Openocd-development] How to write correct scripts for submission?

2010-12-15 Thread Øyvind Harboe
Will I need to provide an individual file for each interface or is there some possibility to make this common (e.g. passing the Descriptor via command line, or something else)? You can set a variable that a script can use: openocd -c set foo 1; source [find board/myboard.cfg] Another thing

[Openocd-development] How to write correct scripts for submission?

2010-12-14 Thread Michael Trensch
Hi together, I made some config scripts for the Hilscher netX chips and several evaluation boards. I am currently preparing to get them added and now I have some questions how they should look like, as I am currently having a large script for each board / JTAG combination, containing all options