Changeset 466 for azure_iot_hub_f767zi
- Timestamp:
- Jun 26, 2021, 6:58:28 PM (2 years ago)
- 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 41 41 ], 42 42 "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", 44 44 "cStandard": "c11", 45 45 "cppStandard": "c++17", -
azure_iot_hub_f767zi/trunk/app_iothub_client/.vscode/launch.json
r465 r466 4 4 { 5 5 "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", 7 7 "serverpath": "C:\\xpack-openocd-0.11.0-1\\bin\\openocd.exe", 8 8 "cwd": "${workspaceFolder}\\Debug", … … 18 18 ], 19 19 "openOCDLaunchCommands": [ 20 "gdb_breakpoint_override hard" 20 "gdb_breakpoint_override hard", 21 "gdb_memory_map disable" 21 22 ], 22 23 "preLaunchCommands": [ -
azure_iot_hub_f767zi/trunk/app_iothub_client/.vscode/settings.json
r457 r466 8 8 ], 9 9 "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", 11 11 "CHERE_INVOKING": "1", 12 12 "MSYS2_PATH_TYPE": "inherit", -
azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/c_cpp_properties.json
r457 r466 22 22 ], 23 23 "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", 25 25 "cStandard": "c11", 26 26 "cppStandard": "c++17", -
azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/launch.json
r465 r466 4 4 { 5 5 "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", 7 7 "serverpath": "C:\\xpack-openocd-0.11.0-1\\bin\\openocd.exe", 8 8 "cwd": "${workspaceFolder}\\OBJ\\STM32F767NUCLEO144_GCC\\MAC", … … 18 18 ], 19 19 "openOCDLaunchCommands": [ 20 "gdb_breakpoint_override hard" 20 "gdb_breakpoint_override hard", 21 "gdb_memory_map disable" 21 22 ], 22 23 "preLaunchCommands": [ -
azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/settings.json
r457 r466 8 8 ], 9 9 "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", 11 11 "CHERE_INVOKING": "1", 12 12 "MSYS2_PATH_TYPE": "inherit", -
azure_iot_hub_f767zi/trunk/azure_iot_sdk/.vscode/c_cpp_properties.json
r464 r466 30 30 ], 31 31 "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", 33 33 "cStandard": "c11", 34 34 "cppStandard": "c++17", -
azure_iot_hub_f767zi/trunk/azure_iot_sdk/.vscode/settings.json
r457 r466 8 8 ], 9 9 "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", 11 11 "CHERE_INVOKING": "1", 12 12 "MSYS2_PATH_TYPE": "inherit", -
azure_iot_hub_f767zi/trunk/azure_iothub.code-workspace
r464 r466 24 24 ], 25 25 "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", 27 27 "CHERE_INVOKING": "1", 28 28 "MSYS2_PATH_TYPE": "inherit", -
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/.vscode/c_cpp_properties.json
r464 r466 12 12 ], 13 13 "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", 15 15 "cStandard": "c11", 16 16 "cppStandard": "c++17", -
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/.vscode/settings.json
r457 r466 8 8 ], 9 9 "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", 11 11 "CHERE_INVOKING": "1", 12 12 "MSYS2_PATH_TYPE": "inherit", -
azure_iot_hub_f767zi/trunk/zlib-1.2.11/.vscode/c_cpp_properties.json
r457 r466 6 6 ], 7 7 "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", 9 9 "cStandard": "c11", 10 10 "cppStandard": "c++17", -
azure_iot_hub_f767zi/trunk/zlib-1.2.11/.vscode/settings.json
r457 r466 8 8 ], 9 9 "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", 11 11 "CHERE_INVOKING": "1", 12 12 "MSYS2_PATH_TYPE": "inherit",
Note:
See TracChangeset
for help on using the changeset viewer.