Skip to content

Commit

Permalink
add Espressif USB JTAG/serial debug unit to udev (#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-is-ESD-protected authored Oct 15, 2023
1 parent 9c61ef5 commit 5f8c15b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio/assets/system/99-platformio-udev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,6 @@ ATTRS{product}=="*CMSIS-DAP*", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID

# Atmel AVR Dragon
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

# Espressif USB JTAG/serial debug unit
ATTRS{idVendor}=="303a", ATTR{idProduct}=="1001", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

0 comments on commit 5f8c15b

Please sign in to comment.