summaryrefslogtreecommitdiff
path: root/src/transport/transport.c
Commit message (Collapse)AuthorAgeFilesLines
* transport: Transport init now fills jtag_interface->transport value, so both ↵Tomek CEDRO2011-11-121-0/+6
| | | | SWD and JTAG work again.
* TRSPT: Null transport_list pointer atcreation.Tomek CEDRO2011-07-281-1/+1
|
* TRANSPORT: Supported transport names lists are now declared by ↵Tomek CEDRO2011-06-251-0/+4
| | | | 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-44/+48
| | | | code updates.
* transport: move files over to transport folderØyvind Harboe2011-06-131-0/+370
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.