Skip to content

Instantly share code, notes, and snippets.

@azeey
Last active December 17, 2015 17:19
Show Gist options
  • Save azeey/5645401 to your computer and use it in GitHub Desktop.
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
#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