source: azure_iot_hub_f767zi/trunk/zlib-1.2.11/.vscode/c_cpp_properties.json@ 466

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

GCCを最新版に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 447 bytes
Line 
1{
2 "configurations": [
3 {
4 "name": "STM32F767 NUCLEO-144",
5 "includePath": [
6 ],
7 "windowsSdkVersion": "10.0.17763.0",
8 "compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2020-q4-major\\bin\\arm-none-eabi-gcc.exe",
9 "cStandard": "c11",
10 "cppStandard": "c++17",
11 "intelliSenseMode": "gcc-x64"
12 }
13 ],
14 "version": 4
15}
Note: See TracBrowser for help on using the repository browser.