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.
 
 
 
 
 

28 lines
937 B

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/app/Drivers/STM32F1xx_HAL_Driver/Inc",
"${workspaceFolder}/app/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"${workspaceFolder}/app/Drivers/CMSIS/Core/Include",
"${workspaceFolder}/app/Drivers/CMSIS/Core/Include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"USE_HAL_DRIVER",
"__CC_ARM",
"STM32F103xB"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:\\Program Files\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}