Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport/libswd_drv: swd_log_level_inherit() now returns value of resulting ↵ | Tomek CEDRO | 2011-09-09 | 1 | -1/+1 |
| | | | | loglevel inherited from openocd. | ||||
* | transport/swd: fixed swd context pointer, minor changes. | Tomek CEDRO | 2011-09-09 | 1 | -39/+10 |
| | |||||
* | TRANSPORT/SWD: Added missing header swd_libswd_drv_openocd.h. | Tomek CEDRO | 2011-07-28 | 1 | -0/+49 |
| | |||||
* | TRANSPORT/SWD: Driver bridge between OpenOCD and LibSWD if now functional ↵ | Tomek CEDRO | 2011-07-28 | 4 | -58/+126 |
| | | | | 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. | ||||
* | TRSPT: Null transport_list pointer atcreation. | Tomek CEDRO | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | TRANSPORT: Supported transport names lists are now declared by ↵ | Tomek CEDRO | 2011-06-25 | 2 | -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 CEDRO | 2011-06-25 | 4 | -2/+607 |
| | | | | and libswd. Not yet functional! | ||||
* | TRANSPORT: Added code comments and transport subsystem explanations, minor ↵ | Tomek CEDRO | 2011-06-22 | 2 | -52/+73 |
| | | | | code updates. | ||||
* | transport: move files over to transport folder | Øyvind Harboe | 2011-06-13 | 3 | -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. |