#10722·rt-thread

[功能] RISC-V 待办事项列表

作者: MuChenger创建于 2025年9月22日更新于 2026年9月4日
标签Arch: RISC-V

** Kernel ** 1. Optimize the files in the libcpu/risc-v/common directory, change the current way of pushing floating-point registers without discrimination to a selective one based on the usage of floating-point registers. The path of the files to be modified is as follows: https://GitHub.com/RT-Thread/rt-thread/tree/master/libcpu/risc-v/common 2. Optimize the files in the libcpu/risc-v/common directory, add support for rvv0.7/1.0. 3. Support for RISC-V RVA23 Profile compatibility. ** BSP ** 1. Add support for SMP in the qemu-virt64-riscv BSP. The directory of the BSP is as follows: https://GitHub.com/RT-Thread/rt-thread/tree/master/bsp/qemu-virt64-riscv 2. The SpacemiT K1 adapter for RT-Thread BSP supports SMP mode. 3. Verify whether the RISC-V-related BSP can be compiled on RT-Studio by importing the BSP and fix the problems that occur. ** Components ** 1. Port components for RISC-V debugging, performance analysis, and other types of components.

内容来源: RT-Thread/rt-thread