Chen Wang
Chen Wang
### Describe problem solved by the proposed feature 目前 bsp/cvitek 的 riscv 部分的大小核的构建完全遵循了两套机制。小核 c906_little 用的是 `CPU ='rv64'`, 大核 cv18xx_riscv 用的是 `CPU ='c906'`。可是据我了解 cv18xx 芯片上的 riscv 大小核本质上没有什么大的区别,除了中断号配置有些不同外。下面是我和 Sophgo 的开发人员就大小核的区别的讨论记录,供参考:  所以我建议是否可以考虑优化一下代码,将两个...
### Describe problem solved by the proposed feature - [问题1] 建议一个 PR 不要包含太多主题的修改,如果多个修改互相依赖需要作为一个 PR 整体合入的,建议将一个 PR 分解为多个 commit,按照依赖关系先后 commit。这个问题需要 author 和 reviewer 合作把关。参考 中的 “第三个问题” - [问题 2],对于不需要像 [问题 1]...
### RT-Thread Version v5.1.0 ### Hardware Type/Architectures bsp/cvitek ### Develop Toolchain Other ### Describe the bug 工作环境: ``` shell $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu...
一个原来在 中已经解决的问题又出现了 执行 `xmake smart-image -f fat ` 失败,但是报错后没有提示 `"no more space ...."` 就退出了。 加上 `-s 500M` 后好了 贴上 -v 的 log : [u2_2024-12-17_15_18_17.log](https://github.com/user-attachments/files/18161737/u2_2024-12-17_15_18_17.log)
Hello, I have a question about the `kernelvec` function in `kernel/kernelvec.S`. Why do we need to save “sp”? I understand that “sp” is a callee-saved register, so when `kerneltrap` returns,...
***NOTE:这是一个用于长期 Tracking Feature 的 issue,所以在相关工作完成之前,请不要关闭。*** ### Describe problem solved by the proposed feature 需求来源: - 见 #9871 中的 ”问题 1“ 这个 issue 用于搜集 RTT 代码仓库中和 doxygen 文档维护改进相关的 issue,相关工作可以分为下面几大部分: - (1)基础框架和支持工作...
### RT-Thread Version master(commit 45eea78) ### Hardware Type/Architectures bsp/cvitek ### Develop Toolchain GCC ### Describe the bug 参考 CASE 2 @ 构建 AARCH64 大核时会报如下告警: ```shell CC build/kernel/components/lwp/arch/aarch64/common/vdso_data.o In file included...
### RT-Thread Version master ### Hardware Type/Architectures N/A ### Develop Toolchain Other ### Describe the bug 以前都是参考的 .github/workflows/action_utest.yml 里写的链接。但是今天发现文件里的链接 `https://github.com/RT-Thread/toolchains-ci/releases/download/v1.7/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu_latest.tar.bz2` 并不能用来编译 app。 所以想知道官方的 URL。可以得到同时可以用于编译 kernel 和 app 的 musl gcc...
### RT-Thread Version master ### Hardware Type/Architectures N/A ### Develop Toolchain Other ### Describe the bug 搜索关键字:“General Public License” ### Other additional context _No response_
### RT-Thread Version latest ### Hardware Type/Architectures bsp/cvitek 或者 bsp/qemu-virt64-riscv ### Develop Toolchain Other ### Describe the bug 参考 https://github.com/RT-Thread/rt-thread/issues/9812#issuecomment-2664977960, 用 https://download.rt-thread.org/download/rt-smart/toolchains/riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu_latest.tar.bz2 这个工具链做了一个 helloworld 运行后报错 ```c #include "stdio.h" void main()...