threadx icon indicating copy to clipboard operation
threadx copied to clipboard

Fix FPU problem and add basic RISC-V64 support

Open saicogn opened this issue 1 year ago • 4 comments
trafficstars

PR checklist

  • [ ] Updated function header with a short description and version number
  • [ ] Added test case for bug fix or new feature
  • [ ] Validated on real hardware

saicogn avatar Jun 23 '24 09:06 saicogn

@salcogn, can you teach what RiscV chip is targeted by this patch?

yf13 avatar Sep 06 '24 00:09 yf13

@salcogn, can you teach what RiscV chip is targeted by this patch?

The CV1800B RISC-V64 chip contains two T-Head C906 processors, and ThreadX runs on the small C906 core without MMU.

saicogn avatar Sep 06 '24 03:09 saicogn

@alcogn, thanks! that sounds like a milkv duo device. I am wondering if targeting qemu-system-riscv64 can be easier for sharing?

yf13 avatar Sep 06 '24 04:09 yf13

@alcogn, thanks! that sounds like a milkv duo device. I am wondering if targeting qemu-system-riscv64 can be easier for sharing?

Yes,target device is Milk-duo 64MB. Here is a detailed repo. And you are right, targeting qemu-system-riscv64 is easier to share, I am also working on relevant adaptation work.

saicogn avatar Sep 07 '24 14:09 saicogn