source: azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/.vscode/c_cpp_properties.json@ 464

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

WolfSSLとAzure IoT SDKを更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 666 bytes
Line 
1{
2 "configurations": [
3 {
4 "name": "STM32F767 NUCLEO-144",
5 "includePath": [
6 "${workspaceFolder}/../zlib-1.2.11/src",
7 "${workspaceFolder}/../wolfssl-4.7.0"
8 ],
9 "defines": [
10 "HAVE_CONFIG_H",
11 "WOLFSSL_USER_SETTINGS"
12 ],
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",
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.