Welcome to the RuyiSDK development board tutorial and example documentation center. This repository mainly contains environment initialization guides, basic examples, peripheral examples, multimedia, AI, and other tutorial documents for various RISC-V development boards.
/boards: Stores tutorial documents categorized by development board model (in Markdown format)./templates: Contains PR templates and documentation templates for adding new development boards.
This repository currently includes, but is not limited to, documentation resources for the following hardware:
| Supported Device | Example Documentation | Chip Vendor |
|---|---|---|
| Lichee Pi 4A | LicheePi4A | XuanTie |
| Duo | Duo | Sophgo |
| Duo_256m | Duo_256m | Sophgo |
| Duo_S | Duo_S | Sophgo |
| BPI-F3 | BPI-F3 | SpaceMIT |
(Note: For the complete support status, please visit our frontend example repository website.)
We warmly welcome developers or interns to submit new development board evaluations or improve existing documentation. Please follow the steps below:
- Fork this repository and clone it locally.
- Use templates: Find the standard documentation template in the
/templatesdirectory and fill in the initialization process and test results as required. - Format check: Ensure correct Markdown syntax, and pay special attention to checking for broken links.
- Submit a PR: Clearly describe the development board model you tested and the toolchain version used in the PR description.
- All documentation and tutorial content in this repository is licensed under the CC BY 4.0 License. Please provide proper attribution when redistributing or modifying.
- All example code and scripts in this repository are licensed under the Apache 2.0 License.