You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
MiniDexed/.vscode/c_cpp_properties.json

25 lines
831 B

{
"configurations": [
{
"name": "RaspberryPI",
"includePath": [
"${workspaceFolder}/src/**",
"${workspaceFolder}/CMSIS_5/CMSIS/Core/Include/**",
"${workspaceFolder}/CMSIS_5/CMSIS/DSP/Include/**",
"${workspaceFolder}/circle-stdlib/include/**",
"${workspaceFolder}/circle-stdlib/libs/circle-newlib/include/**",
"${workspaceFolder}/circle-stdlib/libs/circle/include/**"
],
"defines": [
"_DEBUG",
"RPI=4",
"ARM_ALLOW_MULTI_CORE"
],
"cStandard": "c17",
"cppStandard": "c++20",
"compilerPath": "",
"intelliSenseMode": "linux-clang-arm64"
}
],
"version": 4
}