24 lines
663 B
JSON
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"
|
|
} |