Changeset 466


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

GCCを最新版に更新

Location:
azure_iot_hub_f767zi/trunk
Files:
13 edited

Legend:

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

    r464 r466  
    4141            ],
    4242            "windowsSdkVersion": "10.0.17763.0",
    43             "compilerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe",
     43            "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
    4444            "cStandard": "c11",
    4545            "cppStandard": "c++17",
  • 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": [
  • azure_iot_hub_f767zi/trunk/app_iothub_client/.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",
  • 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",
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/.vscode/c_cpp_properties.json

    r464 r466  
    3030            ],
    3131            "windowsSdkVersion": "10.0.17763.0",
    32             "compilerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe",
     32            "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
    3333            "cStandard": "c11",
    3434            "cppStandard": "c++17",
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/.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",
  • azure_iot_hub_f767zi/trunk/azure_iothub.code-workspace

    r464 r466  
    2424                ],
    2525                "terminal.integrated.env.windows": {
    26                         "PATH": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
     26                        "PATH": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin",
    2727                        "CHERE_INVOKING": "1",
    2828                        "MSYS2_PATH_TYPE": "inherit",
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/.vscode/c_cpp_properties.json

    r464 r466  
    1212            ],
    1313            "windowsSdkVersion": "10.0.17763.0",
    14             "compilerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe",
     14            "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
    1515            "cStandard": "c11",
    1616            "cppStandard": "c++17",
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/.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",
  • azure_iot_hub_f767zi/trunk/zlib-1.2.11/.vscode/c_cpp_properties.json

    r457 r466  
    66            ],
    77            "windowsSdkVersion": "10.0.17763.0",
    8             "compilerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe",
     8            "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
    99            "cStandard": "c11",
    1010            "cppStandard": "c++17",
  • azure_iot_hub_f767zi/trunk/zlib-1.2.11/.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.