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

ISS_PASSWORD macro

Syntax

#define ISS_PASSWORD "I_know_what_I_am_doing"

References

LocationText
lpc2900.c:581
#define ISS_PASSWORD "I_know_what_I_am_doing"
lpc2900.c:583
lpc2900_info->risky = !strcmp(CMD_ARGV[1], ISS_PASSWORD);
lpc2900.c:586
command_print(CMD, "Wrong password (use '%s')", ISS_PASSWORD);