MSG is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MSG macro

Syntax

#define MSG "DEPRECATED \'tpiu config\' command: "

References

LocationText
arm_tpiu_swo.c:43
#define MSG "DEPRECATED \'tpiu config\' command: "
arm_tpiu_swo.c:649
LOG_ERROR(MSG "Current target is not a Cortex-M nor a HLA");
arm_tpiu_swo.c:653
LOG_ERROR(MSG "Current target not examined yet");
arm_tpiu_swo.c:660
LOG_INFO(MSG "Confirmed TPIU %s is on AP 0", obj->name);
arm_tpiu_swo.c:662
LOG_INFO(MSG "Target %s is on AP#0x%" PRIx64 ". Revised command is "
arm_tpiu_swo.c:1045
LOG_ERROR(MSG "Current target is not a Cortex-M nor a HLA");
arm_tpiu_swo.c:1051
LOG_INFO(MSG "Using %s", obj->name);
arm_tpiu_swo.c:1059
LOG_INFO(MSG "Adding a TPIU \'%s.tpiu\' in the configuration", target_name(target));
arm_tpiu_swo.c:1068
LOG_INFO(MSG "Target %s uses AP autodetection. Adding TPIU on AP 0; can be revised later",
arm_tpiu_swo.c:1074
LOG_INFO(MSG "Running: \'tpiu create %s.tpiu -dap %s -ap-num 0x%" PRIx64 "\'",
arm_tpiu_swo.c:1094
LOG_INFO(MSG "Running: \'%s disable\'", obj->name);
arm_tpiu_swo.c:1141
LOG_INFO(MSG "Running: \'%s configure -protocol %s -traceclk %s" "%s%s" "%s%s" "%s%s" "%s%s\'",
arm_tpiu_swo.c:1158
LOG_INFO(MSG "Running: \'%s enable\'", obj->name);