Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transport/swd: Minor fix - messages automatic newline termination. | Tomek CEDRO | 2011-09-11 | 1 | -3/+3 |
| | |||||
* | transport/swd: Changes in logging mechanism: 1. LogLevel is inherited during ↵ | Tomek CEDRO | 2011-09-11 | 1 | -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 CEDRO | 2011-09-10 | 1 | -1/+2 |
| | |||||
* | transport/swd: Introduced swd_tcl.c, a TCL interface for SWD. Commands are ↵ | Tomek CEDRO | 2011-09-09 | 1 | -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. |