支持系统重启命令

This commit is contained in:
zhangzheng
2022-12-15 18:17:50 +08:00
parent f7eaeb9ad9
commit ac397f58f8
17 changed files with 1152 additions and 760 deletions

View File

@@ -69,7 +69,12 @@
"atomic.h": "c",
"slist.h": "c",
"exec.h": "c",
"bitset": "c"
"bitset": "c",
"knl_mutex.h": "c",
"knl_msg.h": "c",
"msg.h": "c",
"reboot.h": "c"
},
"cortex-debug.showRTOS": false
"cortex-debug.showRTOS": false,
"editor.formatOnSave": true
}