Moved PlatformIO source code and repos from Ivan Kravets's account to PlatformIO Organisation

This commit is contained in:
Ivan Kravets
2015-03-25 11:34:48 +02:00
parent a013834651
commit cbcbf27d23
45 changed files with 112 additions and 112 deletions
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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 "