mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
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:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"inherits": ["bluepill"],
|
||||
"openocd-commands": ["set CPUTAPID 0x2ba01477"]
|
||||
}
|
||||
Reference in New Issue
Block a user