File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack
99
1010Provided 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments