Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ Vendor-ID = 0x2E8A
| --- | --- | --- | --- |
| **Internal** | | | |
| 0x0003 | Raspberry Pi | Raspberry Pi RP2040 boot | [RP2040](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html) |
| 0x0004 | Raspberry Pi | Raspberry Pi PicoProbe | [PicoProbe](https://github.com/raspberrypi/picoprobe/) |
| 0x0004 | Raspberry Pi | Raspberry Pi PicoProbe | Obsolete, see Debug Probe |
| 0x0005 | Raspberry Pi | Raspberry Pi Pico MicroPython firmware (CDC) | [MicroPython Firmware](https://micropython.org/download/rp2-pico/) |
| 0x0009 | Raspberry Pi | Raspberry Pi Pico SDK CDC UART | [Raspberry Pi Pico SDK](https://www.raspberrypi.com/documentation/pico-sdk/) |
| 0x000A | Raspberry Pi | Raspberry Pi Pico SDK CDC UART (RP2040) | [Raspberry Pi Pico SDK](https://www.raspberrypi.com/documentation/pico-sdk/) |
| 0x000B | Raspberry Pi | Raspberry Pi Pico CircuitPython firmware | [CircuitPython Downloads](https://circuitpython.org/board/raspberry_pi_pico/) |
| 0x000C | Raspberry Pi | Raspberry Pi RP2040 CMSIS-DAP debug adapter | |
| 0x000C | Raspberry Pi | Raspberry Pi Debug Probe | [Debug Probe](https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html) |
| 0x000D | Raspberry Pi | Raspberry Pi USB3HUB ( USB2 hub part) | |
| 0x000E | Raspberry Pi | Raspberry Pi USB3HUB ( USB3 hub part) | |
Comment on lines 41 to 42
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| 0x000F | Raspberry Pi | Raspberry Pi RP2350 boot | [RP2350](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html) |
| 0x0010 | Raspberry Pi | Raspberry Pi 500 QMK keyboard firmware | https://github.com/raspberrypi/QMK |
| 0x0011 | Raspberry Pi | |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| 0x0012 | Raspberry Pi | |
| 0x0013 | Raspberry Pi | Raspberry Pi USB Ethernet gadget | |
| 0x0030 | Raspberry Pi | Raspberry Pi USB 3.0 Flash Drive | |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| **Commercial** ||||
| **0x1000 - 0x1fff** ||||
| 0x1000 | Cytron Technologies | Cytron Maker Pi RP2040 | https://www.cytron.io/p-maker-pi-rp2040 |
Expand Down