SumProject/.vscode/settings.json
2025-01-17 21:37:00 +08:00

33 lines
807 B
JSON

{
"files.associations": {
"*.txt": "dockercompose",
"board.h": "c",
"rtthread.h": "c",
"drv_gpio.h": "c",
"rtdevice.h": "c",
"led": "c",
"rtdbg.h": "c",
"drv_common.h": "c",
"my_func.h": "c",
"stdbool.h": "c",
"mysnake.h": "c",
"rthw.h": "c",
"hwtimer.h": "c",
"wewin.h": "c",
"rttlogo.h": "c",
"chrono": "c",
"condition_variable": "c",
"ctime": "c",
"mutex": "c",
"thread": "c",
"stdio.h": "c",
"rtatomic.h": "c",
"time.h": "c",
"icmp.h": "c",
"rgb.h": "c",
"main.h": "c",
"indicator_led.h": "c",
"drv_matrix_led.h": "c"
},
// "cortex-debug.openocdPath": "d:/Develop/"
}