R2_UP/.vscode/settings.json

103 lines
2.3 KiB
JSON
Raw Normal View History

2025-03-12 10:46:02 +08:00
{
"stm32-for-vscode.openOCDPath": false,
"stm32-for-vscode.makePath": false,
"stm32-for-vscode.armToolchainPath": false,
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false,
"files.associations": {
"chassis.h": "c",
"cstddef": "c",
"string": "c",
"optional": "c",
"limits": "c",
"memory": "c",
"new": "c",
"type_traits": "c",
"pid.h": "c",
"struct_typedef.h": "c",
"config.h": "c",
"user_task.h": "c",
"freertos_mpool.h": "c",
"r12ds.h": "c",
"r12ds_task.h": "c",
"bsp_can.h": "c",
"can_use.h": "c",
"can.h": "c",
"device.h": "c",
"can_receive.h": "c",
"can_task.h": "c",
"string.h": "c",
"atti_esti.h": "c",
"cmsis_os2.h": "c",
"chassis_task.h": "c",
"bsp_usart.h": "c",
"remote_control.h": "c",
"cmd.h": "c",
"action.h": "c",
"main.h": "c",
"task.h": "c",
"gpio.h": "c",
"ahrs.h": "c",
"navi.h": "c",
"bmi088.h": "c",
"nuc.h": "c",
"tim.h": "c",
"protocol.h": "c",
"error_detect.h": "c"
}
}