summaryrefslogtreecommitdiff
path: root/src/transport/swd.h
Commit message (Collapse)AuthorAgeFilesLines
* transport/swd: unused variables and headers build fixes for linux ubuntu ↵Tomek CEDRO2011-11-021-4/+3
| | | | 11.04. Thanks to Przemyslaw Wegrzyn for pointing this out :-)
* SWD: swd tcl commands are now available from CLI and initialized at program ↵Tomek CEDRO2011-10-131-1/+6
| | | | startup with other commands.
* transport/swd: Introduced swd_tcl.c, a TCL interface for SWD. Commands are ↵Tomek CEDRO2011-09-091-0/+9
| | | | registered at transport select. Available commands are 'newdap' currently pointing to jtag_newtap, 'loglevel' that can show/set/inherit loglevel for easier log analysis during development.
* TRANSPORT/SWD: Driver bridge between OpenOCD and LibSWD if now functional ↵Tomek CEDRO2011-07-281-1/+17
| | | | and verified. Transport select does not operate on interface anymore, just prepares memory and configures transport, because signals are not yet definet at this point and interface is not initialized. Transport init operates on interface and reads out IDCODE by default.
* TRANSPORT/SWD: Added experimental swd bridge between openocd's arm_adi_v5 ↵Tomek CEDRO2011-06-251-0/+39
and libswd. Not yet functional!