-
Notifications
You must be signed in to change notification settings - Fork 9
Rtt riscv rust support #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rust
Are you sure you want to change the base?
Conversation
添加rust扩展题目
添加了QEMURISCV64-环境配置搭建快速开发的markdown文档
[submodule "rt-thread"] | ||
path = rt-thread | ||
url = https://github.com/RT-Thread/rt-thread.git | ||
url = git@github.com:RT-Thread/rt-thread.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件应该不需要修改,依然保留https模式即可
@@ -0,0 +1,92 @@ | |||
use crate::bindings::*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要加入源代码的许可说明,以及更改记录。可以参照其他 c 代码的方式。
## Project Structure | ||
|
||
``` | ||
rust/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要对当前目录情况进行update
## Project Structure | ||
|
||
``` | ||
rust/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要对当前目录情况进行update
@@ -0,0 +1,92 @@ | |||
use crate::bindings::*; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以 src/api
的方式分类会更适合,可以以这样的方式梳理得更好些,也包括提供API的文档(文档可以使用AI来生成)
#6