STM32G4-DRV8301-FOC/MDK-ARM/MDK-ARM.code-workspace

39 lines
956 B
Plaintext
Raw Normal View History

2024-07-22 13:55:29 +08:00
{
2024-07-24 20:35:02 +08:00
"folders": [
{
"path": "."
}
],
2024-07-22 13:55:29 +08:00
"settings": {
2024-07-24 20:35:02 +08:00
"files.associations": {
"main.h": "c",
"adc.h": "c",
"fdcan.h": "c",
"dma.h": "c",
"i2c.h": "c",
"usart.h": "c",
"tim.h": "c",
"gpio.h": "c",
"as5600.h": "c",
"stdio.h": "c",
"abz.h": "c",
"lowpass_filter.h": "c",
"control.h": "c",
"pid.h": "c",
2024-07-26 14:51:23 +08:00
"string.h": "c",
2024-08-05 17:28:40 +08:00
"foc.h": "c",
"usb.h": "c"
2024-07-26 14:51:23 +08:00
},
"cmsis-csolution.actions": [
{
"path": "STM32G474RETx_Demo_Blink.csolution.yml",
"target": "STM32G474RETxDemoBlink",
"config": {
"run": "Flash Device",
"debug": "Arm Debugger"
}
}
]
2024-07-22 13:55:29 +08:00
},
"extensions": {}
}