-
Notifications
You must be signed in to change notification settings - Fork 162
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
Support for new CH32V006 / CH32V005 boards? #315
Comments
We intend to add support as soon as we can get them in-hand. Making use of the zmmul instruction will require at least GCC 12, which we don't yet have a recommended Windows GCC build yet, but for Linux we hope to support the platforms shortly after we get chips! |
Hi @cnlohr - could you use the Embecosm or xPack binary builds perhaps?
Note that the xPack toolchain uses a different prefix to the "usual" one - If those binary builds are not adequate and you need a specific build then, in my experience, using crosstool-NG to do a Canadian Cross build (build host = Linux, run host = Windows, target ISA = RISC-V) of the toolchain for Windows works well - e.g.: If I can be of any assistance let me know. |
Hi again.
Do you know if support will be added for the upcoming new versions of the chip - e.g. CH32V006 and CH32V005. Both have more ram/flash, and a new version of the RISC-V core that now includes hardware-multiply (zmmul extension).
Thanks.
The text was updated successfully, but these errors were encountered: