Skip to content
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

Fix FPU problem and add basic RISC-V64 support #395

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saicogn
Copy link

@saicogn saicogn commented Jun 23, 2024

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

@yf13
Copy link

yf13 commented Sep 6, 2024

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

@saicogn
Copy link
Author

saicogn commented Sep 6, 2024

@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.

@yf13
Copy link

yf13 commented Sep 6, 2024

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

@saicogn
Copy link
Author

saicogn commented Sep 7, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants