source: azure_iot_hub_riscv/trunk/azure_iot_sdk/.vscode/c_cpp_properties.json@ 453

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 1.5 KB
Line 
1{
2 "configurations": [
3 {
4 "name": "Sipeed Maix bit",
5 "includePath": [
6 "${workspaceFolder}/../asp_baseplatform/include",
7 "${workspaceFolder}/../asp_baseplatform/arch/gcc",
8 "${workspaceFolder}/../asp_baseplatform/arch/riscv_gcc",
9 "${workspaceFolder}/../asp_baseplatform/target/k210_gcc",
10 "${workspaceFolder}/../asp_baseplatform/OBJ/K210_GCC/DEMO",
11 "${workspaceFolder}/../azure_iot_sdk/c-utility/inc",
12 "${workspaceFolder}/../azure_iot_sdk/c-utility/pal/toppers",
13 "${workspaceFolder}/../azure_iot_sdk/iothub_client/inc",
14 "${workspaceFolder}/../azure_iot_sdk/iothub_client/inc/internal",
15 "${workspaceFolder}/../azure_iot_sdk/deps/parson",
16 "${workspaceFolder}/../azure_iot_sdk/umqtt/inc",
17 "${workspaceFolder}/../wolfssl-4.4.0/wolfssl",
18 "${workspaceFolder}/../wolfssl-4.4.0/wolfssl/wolfcrypt",
19 "${workspaceFolder}/../wolfssl-4.4.0",
20 "${workspaceFolder}/../zlib-1.2.11/src"
21 ],
22 "defines": [
23 "USE_WOLFSSL=1",
24 "get_time=azure_get_time"
25 ],
26 "windowsSdkVersion": "10.0.17763.0",
27 "compilerPath": "C:\\xpack-riscv-none-embed-gcc-8.3.0-1.2\\bin\\riscv-none-embed-gcc.exe",
28 "cStandard": "c11",
29 "cppStandard": "c++17",
30 "intelliSenseMode": "gcc-x64"
31 }
32 ],
33 "version": 4
34}
Note: See TracBrowser for help on using the repository browser.