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.
 
 
vscode_cudemx_config/.vscode/c_cpp_properties.json

19 lines
454 B

{
"configurations": [
{
"name": "STM32",
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"includePath": [
"${workspaceRoot}/**"
],
"defines": [
"STM32F411xE",
"USE_HAL_DRIVER"
],
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-arm"
}
],
"version": 4
}