source: azure_iot_hub_f767zi/trunk/azure_iothub.code-workspace@ 464

Last change on this file since 464 was 464, checked in by coas-nagasima, 3 years ago

WolfSSLとAzure IoT SDKを更新

File size: 578 bytes
Line 
1{
2 "folders": [
3 {
4 "path": "app_iothub_client"
5 },
6 {
7 "path": "asp_baseplatform"
8 },
9 {
10 "path": "azure_iot_sdk"
11 },
12 {
13 "path": "wolfssl-4.7.0"
14 },
15 {
16 "path": "zlib-1.2.11"
17 }
18 ],
19 "settings": {
20 "terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
21 "terminal.integrated.shellArgs.windows": [
22 "--login",
23 "-i"
24 ],
25 "terminal.integrated.env.windows": {
26 "PATH": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
27 "CHERE_INVOKING": "1",
28 "MSYS2_PATH_TYPE": "inherit",
29 "MSYSTEM": "MINGW64"
30 }
31 }
32}
Note: See TracBrowser for help on using the repository browser.