Add openocd script (for pxt gdb)

This commit is contained in:
Michal Moskal 2017-01-19 17:24:03 +00:00
parent 31de8892fa
commit 5f876d5ea9

View File

@ -28,6 +28,7 @@
"deployDrives": "(MICROBIT|MBED)",
"driveName": "MICROBIT",
"hexMimeType": "application/x-microbit-hex",
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
"upgrades": [
{
"type": "package",
@ -338,4 +339,4 @@
}
}
}
}
}