From b51f1f18b6dce6ea12685a358f27ecb906f75e2f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 4 Dec 2016 18:59:07 +0200 Subject: [PATCH] Rename PIO Core Repository --- docs/articles.rst | 2 +- docs/faq.rst | 16 ++++++++-------- docs/ide/visualstudio.rst | 2 +- docs/index.rst | 2 +- docs/installation.rst | 8 ++++---- docs/platforms/atmelavr.rst | 2 +- docs/platforms/atmelsam.rst | 2 +- docs/platforms/creating_platform.rst | 2 +- docs/platforms/espressif32.rst | 2 +- docs/platforms/espressif8266.rst | 2 +- docs/platforms/espressif8266_extra.rst | 4 ++-- docs/platforms/freescalekinetis.rst | 2 +- docs/platforms/intel_arc32.rst | 2 +- docs/platforms/lattice_ice40.rst | 2 +- docs/platforms/microchippic32.rst | 2 +- docs/platforms/nordicnrf51.rst | 2 +- docs/platforms/nxplpc.rst | 2 +- docs/platforms/siliconlabsefm32.rst | 2 +- docs/platforms/ststm32.rst | 2 +- docs/platforms/teensy.rst | 2 +- docs/platforms/timsp430.rst | 2 +- docs/platforms/titiva.rst | 2 +- docs/projectconf.rst | 10 +++++----- docs/userguide/cmd_settings.rst | 2 +- platformio/__main__.py | 4 ++-- platformio/commands/upgrade.py | 2 +- scripts/99-platformio-udev.rules | 2 +- scripts/docspregen.py | 2 +- scripts/get-platformio.py | 4 ++-- 29 files changed, 46 insertions(+), 46 deletions(-) diff --git a/docs/articles.rst b/docs/articles.rst index af342936..442cc58a 100644 --- a/docs/articles.rst +++ b/docs/articles.rst @@ -16,7 +16,7 @@ Articles about us .. note:: If you've written article about PlatformIO and would like it listed on - this page, `please edit this page `_. + this page, `please edit this page `_. Here are recent articles/reviews about PlatformIO: diff --git a/docs/faq.rst b/docs/faq.rst index 8e054883..6cea5fb6 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -86,12 +86,12 @@ Installation [Errno 1] Operation not permitted ''''''''''''''''''''''''''''''''' -Answered in `issue #295 `_. +Answered in `issue #295 `_. Windows AttributeError: 'module' object has no attribute 'packages' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Answered in `issue #252 `_. +Answered in `issue #252 `_. .. _faq_troubleshooting_pionotfoundinpath: @@ -115,12 +115,12 @@ should contain ``/usr/local/bin`` directory. **Unix Users**: You can make "symlinks" from ``platformio`` program to the ``bin`` directory which is included in ``$PATH``. For example, -see `issue #272 `_. +see `issue #272 `_. Windows UnicodeDecodeError: 'ascii' codec can't decode byte ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Answered in `issue #143 `_. +Answered in `issue #143 `_. PlatformIO: command not found || An error "pkg_resources.DistributionNotFound" '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' @@ -142,7 +142,7 @@ Miscellaneous Serial does not work with panStampAVR board ''''''''''''''''''''''''''''''''''''''''''' -Answered in `issue #144 `_. +Answered in `issue #144 `_. Building ~~~~~~~~ @@ -151,14 +151,14 @@ ARM toolchain: cc1plus: error while loading shared libraries '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' See related answers for -`error while loading shared libraries `_. +`error while loading shared libraries `_. Archlinux: libncurses.so.5: cannot open shared object file '''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Answered in `issue #291 `_. +Answered in `issue #291 `_. Monitoring a serial port breaks upload '''''''''''''''''''''''''''''''''''''' -Answered in `issue #384 `_. +Answered in `issue #384 `_. diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 7848e6cf..8dcb02c6 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -171,7 +171,7 @@ messages which will be shown in output console after build. Nevertheless, you can provide an IntelliSense-friendly definition of problematic GCC constructs and make sure that the GCC will ignore such definitions or disable IntelliSense error reporting at all. -See details in `issue #543 `_ +See details in `issue #543 `_ .. image:: ../_static/ide-vs-platformio-newproject-9.png :target: http://docs.platformio.org/en/stable/_static/ide-vs-platformio-newproject-9.png diff --git a/docs/index.rst b/docs/index.rst index f10ab9a6..e66d4cbb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,7 +42,7 @@ libOpenCM3, etc.* `Embedded Boards Explorer `_ * `Project Examples `_ * `Source Code `_ | - `Issues `_ + `Issues `_ * `Blog `_ | `Twitter `_ | `Facebook `_ | diff --git a/docs/installation.rst b/docs/installation.rst index e61f78b2..1f3979f0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -67,7 +67,7 @@ System requirements * 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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. @@ -204,11 +204,11 @@ Install the latest PlatformIO from the ``develop`` branch: pip uninstall platformio # install the latest development version of PlatformIO - pip install -U https://github.com/platformio/platformio/archive/develop.zip + pip install -U https://github.com/platformio/platformio-core/archive/develop.zip If you want to be up-to-date with the latest ``develop`` version of PlatformIO, then you need to re-install PlatformIO each time if you see the new commits in -`PlatformIO GitHub repository (branch: develop) `_. +`PlatformIO GitHub repository (branch: develop) `_. To revert to the latest stable version @@ -223,7 +223,7 @@ Troubleshooting .. note:: **Linux OS**: Don't forget to install "udev" rules file - `99-platformio-udev.rules `_ (an instruction is located in the file). + `99-platformio-udev.rules `_ (an instruction is located in the file). **Windows OS**: Please check that you have correctly installed USB driver from board manufacturer diff --git a/docs/platforms/atmelavr.rst b/docs/platforms/atmelavr.rst index 2ffd015f..fc5f2b87 100644 --- a/docs/platforms/atmelavr.rst +++ b/docs/platforms/atmelavr.rst @@ -49,7 +49,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/atmelsam.rst b/docs/platforms/atmelsam.rst index 7961f0b8..b6ba1528 100644 --- a/docs/platforms/atmelsam.rst +++ b/docs/platforms/atmelsam.rst @@ -55,7 +55,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/creating_platform.rst b/docs/platforms/creating_platform.rst index 9119f979..944f96de 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -337,7 +337,7 @@ base template of ``main.py``. ) # The source code of "platformio-build-tool" is here - # https://github.com/platformio/platformio/blob/develop/platformio/builder/tools/platformio.py + # https://github.com/platformio/platformio-core/blob/develop/platformio/builder/tools/platformio.py # # Target: Build executable and linkable firmware diff --git a/docs/platforms/espressif32.rst b/docs/platforms/espressif32.rst index 43f938c9..fe0aa7af 100644 --- a/docs/platforms/espressif32.rst +++ b/docs/platforms/espressif32.rst @@ -46,7 +46,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/espressif8266.rst b/docs/platforms/espressif8266.rst index a15d30e6..34c7d5ff 100644 --- a/docs/platforms/espressif8266.rst +++ b/docs/platforms/espressif8266.rst @@ -55,7 +55,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/espressif8266_extra.rst b/docs/platforms/espressif8266_extra.rst index f1f87044..0b1c1000 100644 --- a/docs/platforms/espressif8266_extra.rst +++ b/docs/platforms/espressif8266_extra.rst @@ -140,7 +140,7 @@ By default, will be used default LD Script for the board where is specified SPIFFS offsets (start, end, page, block). You can override it using :ref:`platform_espressif_customflash`. -Active discussion is located in `issue #382 `_. +Active discussion is located in `issue #382 `_. .. _platform_espressif_ota: @@ -250,7 +250,7 @@ Using Arduino Framework with Staging version 4. If you see build errors, then try to build this project using the same ``stage`` on Arduino IDE 5. If it works with Arduino IDE but doesn't work with PlatformIO, then please - `open new issue `_ with + `open new issue `_ with attached information: - test project/files diff --git a/docs/platforms/freescalekinetis.rst b/docs/platforms/freescalekinetis.rst index 711074cc..80a6b694 100644 --- a/docs/platforms/freescalekinetis.rst +++ b/docs/platforms/freescalekinetis.rst @@ -40,7 +40,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/intel_arc32.rst b/docs/platforms/intel_arc32.rst index c88b1d3e..a240a0c6 100644 --- a/docs/platforms/intel_arc32.rst +++ b/docs/platforms/intel_arc32.rst @@ -43,7 +43,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/lattice_ice40.rst b/docs/platforms/lattice_ice40.rst index 828722e8..e5768654 100644 --- a/docs/platforms/lattice_ice40.rst +++ b/docs/platforms/lattice_ice40.rst @@ -40,7 +40,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/microchippic32.rst b/docs/platforms/microchippic32.rst index 5c17296d..58fcfb39 100644 --- a/docs/platforms/microchippic32.rst +++ b/docs/platforms/microchippic32.rst @@ -43,7 +43,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/nordicnrf51.rst b/docs/platforms/nordicnrf51.rst index 181dacbd..2b6c7563 100644 --- a/docs/platforms/nordicnrf51.rst +++ b/docs/platforms/nordicnrf51.rst @@ -49,7 +49,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/nxplpc.rst b/docs/platforms/nxplpc.rst index add65632..227e4cc9 100644 --- a/docs/platforms/nxplpc.rst +++ b/docs/platforms/nxplpc.rst @@ -40,7 +40,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/siliconlabsefm32.rst b/docs/platforms/siliconlabsefm32.rst index 73cb64ba..103220fb 100644 --- a/docs/platforms/siliconlabsefm32.rst +++ b/docs/platforms/siliconlabsefm32.rst @@ -40,7 +40,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/ststm32.rst b/docs/platforms/ststm32.rst index 1e10cdf7..18c822b1 100644 --- a/docs/platforms/ststm32.rst +++ b/docs/platforms/ststm32.rst @@ -58,7 +58,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/teensy.rst b/docs/platforms/teensy.rst index e21ec61e..3bc33388 100644 --- a/docs/platforms/teensy.rst +++ b/docs/platforms/teensy.rst @@ -49,7 +49,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/timsp430.rst b/docs/platforms/timsp430.rst index f111f9f9..9ff12fb1 100644 --- a/docs/platforms/timsp430.rst +++ b/docs/platforms/timsp430.rst @@ -46,7 +46,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/platforms/titiva.rst b/docs/platforms/titiva.rst index c42a7021..7e5de303 100644 --- a/docs/platforms/titiva.rst +++ b/docs/platforms/titiva.rst @@ -46,7 +46,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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 69bbb5cd..a353ed85 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -931,10 +931,10 @@ This option can be set by global environment variable Take a look at the multiple snippets/answers for the user questions: - - `#462 Split C/C++ build flags `_ - - `#365 Extra configuration for ESP8266 uploader `_ - - `#351 Specific reset method for ESP8266 `_ - - `#247 Specific options for avrdude `_. + - `#462 Split C/C++ build flags `_ + - `#365 Extra configuration for ESP8266 uploader `_ + - `#351 Specific reset method for ESP8266 `_ + - `#247 Specific options for avrdude `_. Custom Uploader ''''''''''''''' @@ -1090,7 +1090,7 @@ command. To use other programmers see :ref:`atmelavr_upload_via_programmer`. 4. :ref:`platform_ststm32`: Upload firmware using GDB script ``upload.gdb``, - `issue #175 `_ + `issue #175 `_ .. code-block:: ini diff --git a/docs/userguide/cmd_settings.rst b/docs/userguide/cmd_settings.rst index ab8440bf..53e24627 100644 --- a/docs/userguide/cmd_settings.rst +++ b/docs/userguide/cmd_settings.rst @@ -128,7 +128,7 @@ Share diagnostics and usage information to help us make PlatformIO better: This gives us a sense of what parts of the PlatformIO is most important. -The source code of telemetry service is `open source `_. You can make sure that we DO NOT share PRIVATE information or +The source code of telemetry service is `open source `_. You can make sure that we DO NOT share PRIVATE information or source code of your project. All information shares anonymously. Thanks a lot that keep this setting enabled. diff --git a/platformio/__main__.py b/platformio/__main__.py index fe9a7d7f..9b914145 100644 --- a/platformio/__main__.py +++ b/platformio/__main__.py @@ -93,7 +93,7 @@ def main(): except AttributeError: raise exception.PlatformioException( "Invalid installation of Python `requests` package`. See " - "< https://github.com/platformio/platformio/issues/252 >") + "< https://github.com/platformio/platformio-core/issues/252 >") # handle PLATFORMIO_FORCE_COLOR if str(getenv("PLATFORMIO_FORCE_COLOR", "")).lower() == "true": @@ -124,7 +124,7 @@ An unexpected error occurred. Further steps: http://docs.platformio.org/en/stable/faq.html * Report this problem to the developers - https://github.com/platformio/platformio/issues + https://github.com/platformio/platformio-core/issues ============================================================ """ diff --git a/platformio/commands/upgrade.py b/platformio/commands/upgrade.py index 1e761cc4..5620b10f 100644 --- a/platformio/commands/upgrade.py +++ b/platformio/commands/upgrade.py @@ -35,7 +35,7 @@ def cli(): to_develop = not all([c.isdigit() for c in latest if c != "."]) cmds = ([ "pip", "install", "--upgrade", - "https://github.com/platformio/platformio/archive/develop.zip" + "https://github.com/platformio/platformio-core/archive/develop.zip" if to_develop else "platformio" ], ["platformio", "--version"]) diff --git a/scripts/99-platformio-udev.rules b/scripts/99-platformio-udev.rules index 3156ef0e..3e8b63a0 100644 --- a/scripts/99-platformio-udev.rules +++ b/scripts/99-platformio-udev.rules @@ -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) diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 18bbdb00..eb61ac96 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -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 `_ + * Install "udev" rules file `99-platformio-udev.rules `_ (an instruction is located in the file). * Raspberry Pi users, please read this article `Enable serial port on Raspberry Pi `__. diff --git a/scripts/get-platformio.py b/scripts/get-platformio.py index 3c1f10ad..293b06b0 100644 --- a/scripts/get-platformio.py +++ b/scripts/get-platformio.py @@ -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 "