RT-Thread / rt-thread

RT-Thread is an open source IoT Real-Time Operating System (RTOS).
https://www.rt-thread.io
Apache License 2.0
10.55k stars 5.03k forks source link

[libcpu]rv添加c908 cpu #9458

Closed heyuanjie87 closed 1 month ago

heyuanjie87 commented 2 months ago

拉取/合并请求描述:(PR description)

[

为什么提交这份PR (why to submit this PR)

你的解决方案是什么 (what is your solution)

请提供验证的bsp和config (provide the config and bsp)

]

当前拉取/合并请求的状态 Intent for your PR

必须选择一项 Choose one (Mandatory):

代码质量 Code Quality:

我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:

aozima commented 2 months ago

与 C906 相似度 95%以上,这块能否进行一些整合?

heyuanjie87 commented 2 months ago

与 C906 相似度 95%以上,这块能否进行一些整合?

整合可以放到第二阶段,也许c9xx系列都有很多通用代码

polarvid commented 1 month ago

与 C906 相似度 95%以上,这块能否进行一些整合?

两个 IP 的中断控制都是 rv64 标准的。cache,Page Table Entry 分别是不同版本的 THEAD extension。

Rbb666 commented 1 month ago

我先合并掉,后面可以继续完善