From e7aa899f610bf72031ef8bb852471ce46bb833e9 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 29 Jul 2023 17:53:15 -0400 Subject: [PATCH 1/3] * Update the Bootloader description. * Add generic HID for rv003usb project. * Add generic USB device for rv003usb project. --- 1209/B003/index.md | 2 +- 1209/C003/index.md | 10 ++++++++++ 1209/D003/index.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 1209/C003/index.md create mode 100644 1209/D003/index.md diff --git a/1209/B003/index.md b/1209/B003/index.md index e1399b2d..2dc0fa00 100644 --- a/1209/B003/index.md +++ b/1209/B003/index.md @@ -9,4 +9,4 @@ The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack Provided the bootloader has been installed, this allows you to flash the part without a bootloader. -As a note: Only assume that this device is as intended if the first 4 WCHARs of SERIAL are "BOOT" +As a note: Please monitor the serial number for further differentiation. diff --git a/1209/C003/index.md b/1209/C003/index.md new file mode 100644 index 00000000..cced5c55 --- /dev/null +++ b/1209/C003/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: CH32V003 RISC-V USB Generic HID Dongle +owner: cnlohr +license: MIT-x11, Public Domain +site: http://github.com/cnlohr/rv003usb +--- +The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack for the RISC-V platform. + +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. diff --git a/1209/D003/index.md b/1209/D003/index.md new file mode 100644 index 00000000..1fa98c2e --- /dev/null +++ b/1209/D003/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: CH32V003 RISC-V USB Generic Raw Device +owner: cnlohr +license: MIT-x11, Public Domain +site: http://github.com/cnlohr/rv003usb +--- +The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack for the RISC-V platform. + +This is the PID code for totally generic devices that are intended to be communicated to through userspace. Specific devices will differentiate based on serial. From 94ffbb9e762059a9579d33fcf8f4b175395c342c Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 23 Nov 2023 05:59:49 -0500 Subject: [PATCH 2/3] Fixed comment. --- 1209/D003/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/D003/index.md b/1209/D003/index.md index 1fa98c2e..85241b50 100644 --- a/1209/D003/index.md +++ b/1209/D003/index.md @@ -7,4 +7,4 @@ site: http://github.com/cnlohr/rv003usb --- The CH32V003 is a 10 cent microcontroller. RV003USB is a firmware-only USB stack for the RISC-V platform. -This is the PID code for totally generic devices that are intended to be communicated to through userspace. Specific devices will differentiate based on serial. +This is the PID code for totally generic devices that are intended to be communicated to through userspace. From ec6c8bbbc72604a4732a10391c3ae3d63315ca79 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 23 Nov 2023 06:13:12 -0500 Subject: [PATCH 3/3] Add Request for PID for the MAGFest Swadge --- 1209/4269/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1209/4269/index.md diff --git a/1209/4269/index.md b/1209/4269/index.md new file mode 100644 index 00000000..e338ed89 --- /dev/null +++ b/1209/4269/index.md @@ -0,0 +1,9 @@ ++--- ++layout: pid ++title: MAGFest 2024 Swadge ++owner: cnlohr ++license: MIT-x11, Public Domain ++site: https://github.com/AEFeinstein/Swadge-IDF-5.0 ++--- ++The MAGFest Swadge is a hand-held game system / multi-purpose device with an LCD, IMU, buzzers, microphone, touch pad and an ESP32-S2. This PID is used for debug printf, and sandbox operations. +