Skip to content

Commit 4c490cc

Browse files
authored
Adding Zephyr framework USB VID PID to udev rules. (platformio#4947)
As Zephyr is officially supported by platformio, it make sense to add its default VID:PID to udev rules.
1 parent 882d4da commit 4c490cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platformio/assets/system/99-platformio-udev.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,6 @@ ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="0666", ENV{ID_MM_DEVICE
178178

179179
# Espressif USB JTAG/serial debug unit
180180
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"
181+
182+
# Zephyr framework USB CDC-ACM
183+
ATTRS{idVendor}=="2fe3", ATTRS{idProduct}=="0100", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

0 commit comments

Comments
 (0)