Created
January 13, 2018 23:09
-
-
Save robotdad/711cff24e97c64cde69a0fbdeff91f6f to your computer and use it in GitHub Desktop.
Visual Studio task to copy mbed output to board
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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