Skip to content

Instantly share code, notes, and snippets.

@robotdad
Created January 13, 2018 23:09
Show Gist options
  • Save robotdad/711cff24e97c64cde69a0fbdeff91f6f to your computer and use it in GitHub Desktop.
Save robotdad/711cff24e97c64cde69a0fbdeff91f6f to your computer and use it in GitHub Desktop.
Visual Studio task to copy mbed output to board
{
"version": "0.2.1",
"tasks": [
{
"taskName": "flash",
"appliesTo": "BUILD/Nucleo_blink_led.bin",
"type": "launch",
"command": "${env.COMSPEC}",
"args": [
"copy BUILD\\Nucleo_blink_led.bin D:"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment