Hi Duane, Your MUA is apparently doing strange things:
1. Weird quotation style (or is it you doing it manually?); 2. Whole paragraphs without line breaks (i.e. you end up with one line per paragraph). Not that it matters much but it's still a bit inconvenient and kind of strange given that plain/text format and emails using it are well-established and universally supported. On Fri, May 02, 2014 at 10:42:15PM -0700, Duane Ellis wrote: > On Apr 30, 2014, at 11:27 PM, Duane Ellis <[email protected]> wrote: > > BTW - also need a solution for a JTAG tap that is accessed via the DAP -> > > JTAG_AP interface.. > > > > ie: Openodd -> interface -> SWD mode -> DAP -> JTAG_AP > > That DAP with other processors via the JTAG_AP port. What if OpenOCD would expose JTAG_AP ports via a regular socket with a JTAG-level protocol (i.e. a bit higher than bitbang; is there any known specification we could reuse?) and another OpenOCD instance would have an interface adapter driver that would be a client for that protocol? That would probably be simpler than to teach a single OpenOCD process to work with multiple JTAG chains at the same time. > I don’t want to create a solution that will be rejected, it’s sort of a waste > of time. Is your current plan to allocate an independent "dap" struct per every DAP, each holding pointer to the transport used for its access and targets having pointers to those DAP structures? It seems that would look like a sane layering matching real hardware; are you aware with any downsides of this approach yet, any nasty inter-dependencies I'm not aware of? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
