summaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAgeFilesLines
* TRSPT: Null transport_list pointer atcreation.Tomek CEDRO2011-07-281-1/+1
|
* TRANSPORT: Supported transport names lists are now declared by ↵Tomek CEDRO2011-06-252-2/+11
| | | | 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/SWD: Added experimental swd bridge between openocd's arm_adi_v5 ↵Tomek CEDRO2011-06-254-2/+607
| | | | and libswd. Not yet functional!
* TRANSPORT: Added code comments and transport subsystem explanations, minor ↵Tomek CEDRO2011-06-222-52/+73
| | | | code updates.
* transport: move files over to transport folderØyvind Harboe2011-06-133-0/+467
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.