Skip to content

Commit c3bb20b

Browse files
committed
* Add generic HID for rv003usb project.
* Add generic USB device for rv003usb project. This originally was part of PR #869, but it was better to just make a clean PR.
1 parent a13b177 commit c3bb20b

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 HID devices that are **NOT** the bootloader. And it's intended to be for any of the HID devices, and specific devices will differentiate based on serial.

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)