source: azure_iot_hub_riscv/trunk/wolfssl-4.4.0/.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: 640 bytes
Line 
1{
2 "configurations": [
3 {
4 "name": "Sipeed Maix bit",
5 "includePath": [
6 "${workspaceFolder}/../zlib-1.2.11/src",
7 "${workspaceFolder}/../wolfssl-4.4.0"
8 ],
9 "defines": [
10 "HAVE_CONFIG_H",
11 "WOLFSSL_USER_SETTINGS"
12 ],
13 "windowsSdkVersion": "10.0.17763.0",
14 "compilerPath": "C:\\xpack-riscv-none-embed-gcc-8.3.0-1.2\\bin\\riscv-none-embed-gcc.exe",
15 "cStandard": "c11",
16 "cppStandard": "c++17",
17 "intelliSenseMode": "gcc-x64"
18 }
19 ],
20 "version": 4
21}
Note: See TracBrowser for help on using the repository browser.