summaryrefslogtreecommitdiff
path: root/src/transport/swd_tcl.c
Commit message (Collapse)AuthorAgeFilesLines
* transport/swd: Minor fix - messages automatic newline termination.Tomek CEDRO2011-09-111-3/+3
|
* transport/swd: Changes in logging mechanism: 1. LogLevel is inherited during ↵Tomek CEDRO2011-09-111-8/+6
| | | | transport initialization and only if context is created. 2. swd_log() use vprintf as using openocd logging mechanisms caused program crash by va recurrence. 3. Fixed tcl interface to use/update loglevel configuration parameter from swdctx stored within dap.
* transport/swd: We stay with the name TAP as the 'plug' into DAP.Tomek CEDRO2011-09-101-1/+2
|
* transport/swd: Introduced swd_tcl.c, a TCL interface for SWD. Commands are ↵Tomek CEDRO2011-09-091-0/+120
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.