Ignore:
Timestamp:
Jun 24, 2021, 10:24:09 AM (3 years ago)
Author:
coas-nagasima
Message:

デバッグ実行時にプログラムを書き込むよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/app_iothub_client/.vscode/tasks.json

    r457 r465  
    141141            },
    142142            "group": "build"
    143         },
    144         {
    145             "label": "write app",
    146             "linux": {
    147                 "command": "rsync",
    148                 "args": [
    149                     "-av",
    150                     "--progress",
    151                     "${workspaceFolder}/Debug/app_iothub_client.bin",
    152                     "/media/${env:USER}/NODE_F767ZI/"
    153                 ]
    154             },
    155             "osx": {
    156                 "command": "rsync",
    157                 "args": [
    158                     "-av",
    159                     "--progress",
    160                     "${workspaceFolder}/Debug/app_iothub_client.bin",
    161                     "/Volumes/NODE_F767ZI/"
    162                 ]
    163             },
    164             "windows": {
    165                 "command": "C:\\Windows\\System32\\robocopy.exe",
    166                 "args": [
    167                     "${workspaceFolder}\\Debug",
    168                     "G:\\",
    169                     "app_iothub_client.bin"
    170                 ],
    171                 "options": {
    172                     "shell": {
    173                         "executable": "C:\\Windows\\System32\\cmd.exe",
    174                         "args":["/D", "/C"]
    175                     }
    176                 }
    177             }
    178143        }
    179144    ]
Note: See TracChangeset for help on using the changeset viewer.