Files
dds_generator_stm32f303re/.vscode/c_cpp_properties.json
2023-01-29 18:23:29 +01:00

25 lines
735 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/Core/Inc/**",
"${workspaceFolder}/Drivers/STM32F3xx_HAL_Driver/Inc/**",
"${workspaceFolder}/Drivers/CMSIS/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"USE_HAL_DRIVERS",
"STM32F303xE"
],
"compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe",
"cStandard": "c11",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-arm"
}
],
"version": 4
}