Last active
December 17, 2015 17:19
-
-
Save azeey/5645401 to your computer and use it in GitHub Desktop.
Udev rule for the MSP-EXP430F5529 which uses eZ430-EMULATION for programming and debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mspdebug | |
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666", GROUP="users" | |
#msp430-bsl | |
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2047", ATTRS{idProduct}=="0200", MODE="0666", GROUP="users" | |
#msp fet430uif | |
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f430", MODE="0666", GROUP="users" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment