Add support for additional openocd commands (#1492)

main: add ability to define specific OpenOCD commands to be executed for a target.
This commit is contained in:
Jacques Supcik
2020-12-30 00:19:41 -08:00
committed by GitHub
parent 939b393325
commit 2f4200a01b
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"inherits": ["bluepill"],
"openocd-commands": ["set CPUTAPID 0x2ba01477"]
}