-
Notifications
You must be signed in to change notification settings - Fork 7.6k
doc: boards: Fix documentation for WCH boards. #90619
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
Conversation
In almost all WCH boards doc, the name of the processor had a typo: QingKe 32-bit RISC-V4F instead of QingKe V4F 32-bit RISC-V Fix the doc for all relevant boards. Signed-off-by: Miguel Gazquez <[email protected]>
The name of the boards was incorrect in the documentation, Fix the name of the board according to the official name. Signed-off-by: Miguel Gazquez <[email protected]>
fyi this is from the datasheets: 2.5.1 RISC-V4C processor
RISC-V4C supports the IMAC subset of the RISC-V instruction set. The processor is managed internally in a
modular fashion and contains units such as fast programmable interrupt controller (PFIC), memory protection,
branch prediction mode, and extended instruction support. Externally multiple buses are connected to
external unit modules to enable interaction between external function modules and the core.
The processor can be flexibly applied in different scenarios, such as small-area low-power embedded
scenarios, high-performance application operating system scenarios, etc., due to its minimal instruction set,
multiple working modes, and modular customization extensions. ``` |
Oh I didn't notice that. I think this is also an error in the datasheet then ? |
I dont think it makes sense either, just sourcing where those weird formulations came from. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tidy ups FTW, thanks!
Fixes the name of the CH32V303VCT6-EVT board, and fix a typo present in almost all wch boards about the name of the SoC.