IMU_DUAL/.vscode/c_cpp_properties.json

45 lines
1.8 KiB
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "d:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
},
{
"name": "STM32F103xx",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/Drivers/CMSIS/Include/*",
"${workspaceFolder}/Drivers/CMSIS/Device/ST/STM32F1xx/Include/*",
"${workspaceFolder}/Drivers/STM32F1xx_HAL_Driver/Inc/*",
"${workspaceFolder}/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/*",
"D:/Program Files/STM32CubeIDE_1.11.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954/tools/arm-none-eabi/include/sys",
"D:/Program Files/STM32CubeIDE_1.11.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954/tools/arm-none-eabi/include/machine/_default_types.h"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"USE_HAL_DRIVER",
"STM32F103xx"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "cl.exe",
"cStandard": "c99",
"cppStandard": "c++11",
"intelliSenseMode": "${default}"
}
],
"version": 4
}