Skip to content

Commit 501d874

Browse files
authored
Merge pull request #903 from cnlohr/ch32v003improvements
Improve options for RV003USB
2 parents a13b177 + fc20e60 commit 501d874

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

1209/B003/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack
99

1010
Provided the bootloader has been installed, this allows you to flash the part without a bootloader.
1111

12-
As a note: Only assume that this device is as intended if the first 4 WCHARs of SERIAL are "BOOT"
12+
As a note: Please monitor the serial number for further differentiation.

1209/C003/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: pid
3+
title: CH32V003 RISC-V USB Generic HID Dongle
4+
owner: cnlohr
5+
license: MIT-x11, Public Domain
6+
site: http://github.com/cnlohr/rv003usb
7+
---
8+
The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack for the RISC-V platform.
9+
10+
This is the PID code for a generic HID device demo and are **NOT** for the bootloader.

1209/D003/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: pid
3+
title: CH32V003 RISC-V USB Generic Raw Device
4+
owner: cnlohr
5+
license: MIT-x11, Public Domain
6+
site: http://github.com/cnlohr/rv003usb
7+
---
8+
The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack for the RISC-V platform.
9+
10+
This is the PID code for totally generic devices that are intended to be communicated to through userspace.

0 commit comments

Comments
 (0)