STM32G4-DRV8301-FOC/MDK-ARM/.vscode/settings.json
2024-08-05 17:28:40 +08:00

24 lines
663 B
JSON

{
"cmsis-csolution.actions": [
{
"path": "STM32G474RETx_Demo_Blink.csolution.yml",
"target": "STM32G474RETxDemoBlink",
"config": {
"run": "Flash Device",
"debug": "Arm Debugger"
}
}
],
"files.associations": {
"main.h": "c",
"fdcan.h": "c",
"i2c.h": "c",
"tim.h": "c",
"usart.h": "c",
"gpio.h": "c",
"abz.h": "c",
"foc.h": "c"
},
"todo-tree.tree.showBadges": true,
"cmake.sourceDirectory": "C:/Users/Michael_Chemic/Desktop/STM32G4-DRV8301-FOC/MDK-ARM/tmp"
}