-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82a677c
commit e85ab13
Showing
1 changed file
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
## InspireLab Game | ||
This Repository discovers extra potental on the CH32V003 RISC-V Game console. | ||
Link of the original repository is in below: | ||
https://github.com/wagiminator/CH32V003-GameConsole | ||
# InspireLab Game | ||
|
||
## Description | ||
|
||
This repository discovers extra potential on the CH32V003 RISC-V Game console. | ||
A link to the original repository is below. | ||
<https://github.com/wagiminator/CH32V003-GameConsole> | ||
|
||
## How to use | ||
1. Install MounRiver Studio and add a path to '\MounRiver\MounRiver_Studio\toolchain\RISC-V Embedded GCC\bin' | ||
2. open terminal in the corresponding game folder | ||
3. type 'make hex' on the terminal to make the executable | ||
4. flash the hex file into the game console | ||
5. have fun | ||
|
||
1. Install MounRiver Studio and add the following to `PATH`: | ||
* `$(YourInstallDirectory)/MounRiver_Studio/toolchain/RISC-V Embedded GCC 12/bin` | ||
* For `risc-none-embed-` compiler toolchain | ||
* `$(YourInstallDirectory)/MounRiver_Studio/toolchain/Build Tools/bin` | ||
* For `make` tool | ||
2. Open terminal in the corresponding game folder (e.g. `Snake_Game`) | ||
3. type `make hex` on the terminal to make the executable | ||
4. flash the hex file into the game console (`CH32V003J4M6`) using WCH-LinkUtility (`Windows` only) or `todo` | ||
5. Have fun! | ||
|
||
## Links | ||
|
||
* Original Repository: <https://github.com/wagiminator/CH32V003-GameConsole> | ||
* WCH-LinkUtility.exe: <https://www.wch.cn/downloads/WCH-LinkUtility_ZIP.html> | ||
* MounRiver Studio Installer: <http://www.mounriver.com/download> |