Skip to content

Commit 6cbd286

Browse files
committed
Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718
1 parent b447e0a commit 6cbd286

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

HISTORY.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ PlatformIO 2.0
1515
(from EEMEM directive)
1616
* Added ``Rebuild C/C++ Project Index`` target to CLion and Eclipse IDEs
1717
* Improved project generator for `CLion IDE <http://docs.platformio.org/en/latest/ide/clion.html>`__
18+
* Added ``udev`` rules for OpenOCD CMSIS-DAP adapters
19+
(`issue #718 <https://github.com/platformio/platformio/issues/718>`_)
1820
* Auto-remove project cache when PlatformIO is upgraded
1921
* Keep user changes for ``.gitignore`` file when re-generate/update project data
2022
* Ignore ``[platformio]`` section from custom project configuration file when

scripts/99-platformio-udev.rules

+3
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666
7676

7777
#TI MSP430 Launchpad
7878
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666"
79+
80+
# CMSIS-DAP compatible adapters
81+
ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"

0 commit comments

Comments
 (0)