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

GCCを最新版に更新

Location:
azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/c_cpp_properties.json

    r457 r466  
    2222            ],
    2323            "windowsSdkVersion": "10.0.17763.0",
    24             "compilerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe",
     24            "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
    2525            "cStandard": "c11",
    2626            "cppStandard": "c++17",
  • azure_iot_hub_f767zi/trunk/asp_baseplatform/.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}\\OBJ\\STM32F767NUCLEO144_GCC\\MAC",
     
    1818            ],
    1919            "openOCDLaunchCommands": [
    20                 "gdb_breakpoint_override hard"
     20                "gdb_breakpoint_override hard",
     21                "gdb_memory_map disable"
    2122            ],
    2223            "preLaunchCommands": [
  • azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/settings.json

    r457 r466  
    88    ],
    99    "terminal.integrated.env.windows": {
    10         "PATH": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
     10        "PATH": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin",
    1111        "CHERE_INVOKING": "1",
    1212        "MSYS2_PATH_TYPE": "inherit",
Note: See TracChangeset for help on using the changeset viewer.