add Code C/C++ configuration
This commit is contained in:
parent
5a706c8a55
commit
048d4e8289
1 changed files with 21 additions and 0 deletions
21
.vscode/c_cpp_properties.json
vendored
Normal file
21
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Linux",
|
||||||
|
"includePath": [
|
||||||
|
"${workspaceFolder}/include/**",
|
||||||
|
"/opt/devkitpro/libctru/include/**",
|
||||||
|
"/opt/devkitpro/devkitARM/include/**",
|
||||||
|
"/opt/devkitpro/devkitARM/arm-none-eabi/include/**"
|
||||||
|
],
|
||||||
|
"defines": [
|
||||||
|
"ARM9"
|
||||||
|
],
|
||||||
|
"compilerPath": "/opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc",
|
||||||
|
"cStandard": "c11",
|
||||||
|
"cppStandard": "gnu++11",
|
||||||
|
"intelliSenseMode": "linux-clang-arm"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 4
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue