source: azure_iot_hub_riscv/trunk/asp_baseplatform/.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: 967 bytes
Line 
1{
2 "configurations": [
3 {
4 "name": "Sipeed Maix bit",
5 "includePath": [
6 "${workspaceFolder}/../asp_baseplatform",
7 "${workspaceFolder}/../asp_baseplatform/arch/riscv_gcc",
8 "${workspaceFolder}/../asp_baseplatform/arch/gcc",
9 "${workspaceFolder}/../asp_baseplatform/include",
10 "${workspaceFolder}/../asp_baseplatform/target/k210_gcc",
11 "${workspaceFolder}/../asp_baseplatform/sample"
12 ],
13 "defines": [
14 "USE_ARM_FPU",
15 "TOPPERS_EXECUTE_ON_ROM",
16 "TARGET_KERNEL_ASP"
17 ],
18 "windowsSdkVersion": "10.0.17763.0",
19 "compilerPath": "C:\\xpack-riscv-none-embed-gcc-8.3.0-1.2\\bin\\riscv-none-embed-gcc.exe",
20 "cStandard": "c11",
21 "cppStandard": "c++17",
22 "intelliSenseMode": "gcc-x64"
23 }
24 ],
25 "version": 4
26}
Note: See TracBrowser for help on using the repository browser.