On Monday 15 March 2010, David Brownell wrote:
> This adds the guts of a transport framework with initialization.
> Each debug adapter can declare the transports it supports, and
> exactly one transport is initialized.  (with its commands).

No comments?

> 
>   * Define a new "struct transport with initialization hooks and a few
>     sub commands to support it:
>     
>      "list" ... list the transports configured (just "jtag" for now)
>      "select" ... makes the debug session use that transport
>      "init" ... initializes that transport
> 
>   * "interface_transports" ... declares transports the current interface
>     can support.  (Some will do this from C code instead, when there are
>     no hardware versioning (or other) issues to prevent it.
> 
> Eventually src/jtag should probably become src/transport, moving
> jtag-specific stuff  to transport/jtag.
> 
> There's currently an automagic default to selecting JTAG, if no
> config script does otherwise (including implicitly, by setting up
> a JTAG-only debug adapter).


_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to