Files
stm32h7-libopencm3/2gpio-lib/.vscode/settings.json
2025-12-29 19:10:44 +08:00

23 lines
719 B
JSON

{
"files.associations": {
"rcc.h": "c",
"gpio.h": "c",
"rcc_common_all.h": "c",
"main.h": "c",
"flash.h": "c",
"stdint.h": "c",
"systick.h": "c",
"scb.h": "c",
"nvic.h": "c",
"gpio_common_f24.h": "c",
"gpio_common_f234.h": "c",
"gpio_common_all.h": "c",
"pwr.h": "c",
"common.h": "c"
},
"Codegeex.Chat.fontSize": 18,
"Codegeex.RepoIndex": true,
"C_Cpp.default.compilerPath": "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc",
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json"
}