Skip to content

Commit 527d612

Browse files
authored
add udev rule for AIR32F103 board (#4481)
1 parent 2141a09 commit 527d612

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
@@ -82,6 +82,9 @@ ATTRS{idVendor}=="2886", ATTRS{idProduct}=="[08]02d", MODE="0666", ENV{ID_MM_DEV
8282
# Raspberry Pi Pico
8383
ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="[01]*", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"
8484

85+
# AIR32F103
86+
ATTRS{idVendor}=="0d28", ATTRS{idProduct}=="0204", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"
87+
8588

8689
#
8790
# Debuggers

0 commit comments

Comments
 (0)