mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718
This commit is contained in:
@ -15,6 +15,8 @@ PlatformIO 2.0
|
|||||||
(from EEMEM directive)
|
(from EEMEM directive)
|
||||||
* Added ``Rebuild C/C++ Project Index`` target to CLion and Eclipse IDEs
|
* Added ``Rebuild C/C++ Project Index`` target to CLion and Eclipse IDEs
|
||||||
* Improved project generator for `CLion IDE <http://docs.platformio.org/en/latest/ide/clion.html>`__
|
* Improved project generator for `CLion IDE <http://docs.platformio.org/en/latest/ide/clion.html>`__
|
||||||
|
* Added ``udev`` rules for OpenOCD CMSIS-DAP adapters
|
||||||
|
(`issue #718 <https://github.com/platformio/platformio/issues/718>`_)
|
||||||
* Auto-remove project cache when PlatformIO is upgraded
|
* Auto-remove project cache when PlatformIO is upgraded
|
||||||
* Keep user changes for ``.gitignore`` file when re-generate/update project data
|
* Keep user changes for ``.gitignore`` file when re-generate/update project data
|
||||||
* Ignore ``[platformio]`` section from custom project configuration file when
|
* Ignore ``[platformio]`` section from custom project configuration file when
|
||||||
|
@ -76,3 +76,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666
|
|||||||
|
|
||||||
#TI MSP430 Launchpad
|
#TI MSP430 Launchpad
|
||||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666"
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666"
|
||||||
|
|
||||||
|
# CMSIS-DAP compatible adapters
|
||||||
|
ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"
|
||||||
|
Reference in New Issue
Block a user