mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-05 04:14:16 +02:00
Moved PlatformIO source code and repos from Ivan Kravets's account to PlatformIO Organisation
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# UDEV Rules for PlatformIO supproted boards, http://platformio.org/#!/boards
|
||||
#
|
||||
# The latest version of this file may be found at:
|
||||
# https://github.com/ivankravets/platformio/blob/develop/scripts/99-platformio-udev.rules
|
||||
# https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules
|
||||
#
|
||||
# This file must be placed at:
|
||||
# /etc/udev/rules.d/99-platformio-udev.rules (preferred location)
|
||||
@@ -51,7 +51,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:=
|
||||
KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789]?", MODE:="0666"
|
||||
|
||||
#TI Stellaris Launchpad
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666"
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666"
|
||||
|
||||
#TI MSP430 Launchpad
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666"
|
||||
|
||||
@@ -89,7 +89,7 @@ def generate_packages(packages):
|
||||
lines.append("""
|
||||
.. warning::
|
||||
**Linux Users:** Don't forget to install "udev" rules file
|
||||
`99-platformio-udev.rules <https://github.com/ivankravets/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
|
||||
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
|
||||
|
||||
""")
|
||||
return "\n".join(lines)
|
||||
|
||||
@@ -123,7 +123,7 @@ def main():
|
||||
if is_error:
|
||||
print ("The installation process has been FAILED!\n"
|
||||
"Please report about this problem here\n"
|
||||
"< https://github.com/ivankravets/platformio/issues >")
|
||||
"< https://github.com/platformio/platformio/issues >")
|
||||
return
|
||||
else:
|
||||
print ("\n ==> Installation process has been "
|
||||
|
||||
Reference in New Issue
Block a user