summaryrefslogtreecommitdiff
path: root/src/transport/transport.h
Commit message (Collapse)AuthorAgeFilesLines
* transport/swd: unused variables and headers build fixes for linux ubuntu ↵Tomek CEDRO2011-11-021-0/+4
| | | | 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-0/+1
| | | | startup with other commands.
* TRANSPORT: Supported transport names lists are now declared by ↵Tomek CEDRO2011-06-251-2/+7
| | | | src/transport.h and defined by src/transport.c. Multiple definitions of 'jtag_only' were removed and code was updated to use 'oocd_transport_jtag_only' (also updated headers if necessary) as defined by src/transport.
* TRANSPORT: Added code comments and transport subsystem explanations, minor ↵Tomek CEDRO2011-06-221-8/+25
| | | | code updates.
* transport: move files over to transport folderØyvind Harboe2011-06-131-0/+86
as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit.