Rename PIO Core Repository

This commit is contained in:
Ivan Kravets
2016-12-04 18:59:07 +02:00
parent aed7597bd7
commit b51f1f18b6
29 changed files with 46 additions and 46 deletions

View File

@@ -15,7 +15,7 @@
# UDEV Rules for PlatformIO supported boards, http://platformio.org/boards
#
# The latest version of this file may be found at:
# https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules
# https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules
#
# This file must be placed at:
# /etc/udev/rules.d/99-platformio-udev.rules (preferred location)

View File

@@ -112,7 +112,7 @@ Packages
* Ubuntu/Debian users may need to add own "username" to the "dialout"
group if they are not "root", doing this issuing a
``sudo usermod -a -G dialout yourusername``.
* Install "udev" rules file `99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_
* Install "udev" rules file `99-platformio-udev.rules <https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules>`_
(an instruction is located in the file).
* Raspberry Pi users, please read this article
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.

View File

@@ -117,7 +117,7 @@ def install_platformio():
# r = exec_python_cmd(cmd + ["install", "-U", "platformio"])
r = exec_python_cmd(cmd + [
"install", "-U",
"https://github.com/platformio/platformio/archive/develop.zip"
"https://github.com/platformio/platformio-core/archive/develop.zip"
])
assert r['returncode'] == 0
except AssertionError:
@@ -167,7 +167,7 @@ https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platf
if is_error:
print("The installation process has been FAILED!\n"
"Please report about this problem here\n"
"< https://github.com/platformio/platformio/issues >")
"< https://github.com/platformio/platformio-core/issues >")
return
else:
print("\n ==> Installation process has been "