Ignore:
Timestamp:
Jun 26, 2021, 6:58:28 PM (3 years ago)
Author:
coas-nagasima
Message:

GCCを最新版に更新

File:
1 edited

Legend:

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

    r465 r466  
    44        {
    55            "name": "Cortex Debug",
    6             "armToolchainPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
     6            "armToolchainPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin",
    77            "serverpath": "C:\\xpack-openocd-0.11.0-1\\bin\\openocd.exe",
    88            "cwd": "${workspaceFolder}\\Debug",
     
    1818            ],
    1919            "openOCDLaunchCommands": [
    20                 "gdb_breakpoint_override hard"
     20                "gdb_breakpoint_override hard",
     21                "gdb_memory_map disable"
    2122            ],
    2223            "preLaunchCommands": [
Note: See TracChangeset for help on using the changeset viewer.