ams-master/AMS_Master_Code/.vscode/c_cpp_properties.json
2025-03-21 15:35:07 +01:00

40 lines
1.2 KiB
JSON

{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "C:/msys64/ucrt64/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
},
{
"name": "STM32",
"includePath": [
"Core/Inc",
"Core/Lib/ADBMS6830B_Driver/Core/Inc",
"Drivers/CMSIS/Device/ST/STM32H7xx/Include",
"Drivers/CMSIS/Include",
"Drivers/STM32H7xx_HAL_Driver/Inc",
"Drivers/STM32H7xx_HAL_Driver/Inc/Legacy"
],
"defines": [
"COMMIT_BRANCH='\"$(shell git rev-parse --abbrev-ref HEAD)\"'",
"COMMIT_HASH='\"$(shell git describe --always --dirty --abbrev=8)\"'",
"COMPILE_DATE='\"$(shell date +'%Y-%m-%d %H:%M:%S')\"'",
"FTCAN_NUM_FILTERS=32",
"STM32H7",
"STM32H7A3xxQ",
"USE_HAL_DRIVER",
"USE_PWR_DIRECT_SMPS_SUPPLY"
],
"compilerPath": "/home/lenemar/.vscode-server/data/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin/arm-none-eabi-gcc"
}
],
"version": 4
}