From 4c10c859374c221c05025957da2cf4fbf4dc5e70 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 31 Jul 2016 20:21:55 +0300 Subject: [PATCH] Update ``udev`` rules for the new STM32F407DISCOVERY boards // Resolve #731 --- HISTORY.rst | 2 ++ scripts/99-platformio-udev.rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f7cb260c..92091fe1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,8 @@ PlatformIO 2.0 * Switched to built-in GCC LwIP library for Espressif development platform * Added support for local ``--echo`` for Serial Port Monitor (`issue #733 `_) +* Updated ``udev`` rules for the new STM32F407DISCOVERY boards + (`issue #731 `_) * Fixed Project Generator for ESP8266 and ARM mbed based projects (resolves incorrect linter errors) * Fixed broken LD Script for Element14 chipKIT Pi board diff --git a/scripts/99-platformio-udev.rules b/scripts/99-platformio-udev.rules index 340e723b..ac52af74 100644 --- a/scripts/99-platformio-udev.rules +++ b/scripts/99-platformio-udev.rules @@ -60,7 +60,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="066 KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1" # STM32 discovery boards, with onboard st/linkv2 -SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374?", MODE:="0666" # USBtiny SUBSYSTEMS=="usb", ATTRS{idProduct}=="0c9f", ATTRS{idVendor}=="1781", MODE="0666"