移植部分rtthread驱动框架

This commit is contained in:
zhangzheng
2023-11-13 23:42:05 +08:00
parent c0a79ebae9
commit 3a11f98bdf
115 changed files with 19330 additions and 1 deletions

26
.vscode/settings.json vendored
View File

@@ -206,7 +206,31 @@
"drv_types.h": "c",
"ios": "c",
"mr_def.h": "c",
"drv_rpc.h": "c"
"drv_rpc.h": "c",
"rtdbg.h": "c",
"rtdevice.h": "c",
"rtthread.h": "c",
"driver.h": "c",
"char.h": "c",
"block.h": "c",
"graphic.h": "c",
"mtd.h": "c",
"net.h": "c",
"ringbuffer.h": "c",
"completion.h": "c",
"dataqueue.h": "c",
"workqueue.h": "c",
"waitqueue.h": "c",
"pipe.h": "c",
"ringblk_buf.h": "c",
"poll.h": "c",
"pin.h": "c",
"rtconfig.h": "c",
"bus.h": "c",
"dm.h": "c",
"platform.h": "c",
"rtdef.h": "c",
"rtc.h": "c"
},
"cortex-debug.showRTOS": false,
"cortex-debug.variableUseNaturalFormat": false,