From 94f8afec38fc8d35db1055368f5fbe4e67c89e7e Mon Sep 17 00:00:00 2001 From: Florian Knodt Date: Tue, 24 Sep 2019 10:02:27 +0200 Subject: [PATCH] udev: Add GD32V DFU Bootloader (#3032) --- scripts/99-platformio-udev.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99-platformio-udev.rules b/scripts/99-platformio-udev.rules index 41ca21fa..b04b946f 100644 --- a/scripts/99-platformio-udev.rules +++ b/scripts/99-platformio-udev.rules @@ -67,6 +67,8 @@ ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666", ENV{ID_MM_DEVICE #TI MSP430 Launchpad ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1" +#GD32V DFU Bootloader +ATTRS{idVendor}=="28e9", ATTRS{idProduct}=="0189", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1" # # Debuggers