mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
cmsis_dap: add support for swo commands
Replaced mixed snake_case_CamelCase with snake_case.
Define variables at first-use location.
CMSIS-DAP SWO specification:
https://arm-software.github.io/CMSIS_5/DAP/html/group__DAP__swo__gr.html
Change-Id: Ieba79b16efd445143f964b614673d041aae74f92
Signed-off-by: Adrian Negreanu <adrian.negreanu@nxp.com>
Reviewed-on: http://openocd.zylin.com/5820
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
c4dd883c9a
commit
6ae38ef7f7
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,8 @@ struct cmsis_dap {
|
||||
uint8_t *response;
|
||||
uint8_t caps;
|
||||
uint8_t mode;
|
||||
uint32_t swo_buf_sz;
|
||||
bool trace_enabled;
|
||||
};
|
||||
|
||||
struct cmsis_dap_backend {
|
||||
|
||||
Reference in New Issue
Block a user