Add USB PID/VID so IDE can auto-identify RPI Pico
Add in the USB ID to allow the Raspberry Pi Pico to be identified thru the emulated serial (CDC ACM) port.
This commit is contained in:
parent
4ac271af72
commit
e4fa157077
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ menu.lvl=Debug Level
|
|||
|
||||
##############################################################
|
||||
rpipico.name=Raspberry Pi Pico
|
||||
rpipico.vid.0=0x2e8a
|
||||
rpipico.pid.0=0x000a
|
||||
rpipico.build.board=RPI_PICO
|
||||
rpipico.build.mcu=cortex-m0plus
|
||||
rpipico.build.variant=rpipico
|
||||
|
|
|
|||
Loading…
Reference in a new issue