mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
2f4200a01b
main: add ability to define specific OpenOCD commands to be executed for a target.
5 lines
80 B
JSON
5 lines
80 B
JSON
{
|
|
"inherits": ["bluepill"],
|
|
"openocd-commands": ["set CPUTAPID 0x2ba01477"]
|
|
}
|