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:
Earle F. Philhower, III 2021-03-01 15:28:35 -08:00
parent 4ac271af72
commit e4fa157077

View file

@ -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