diff --git a/README.md b/README.md index fb97677..d5436b3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development. * [Home](http://platformio.org/platforms/ststm32) (home page in PlatformIO Platform Registry) -* [Documentation](http://docs.platformio.org/en/stable/platforms/ststm32.html) (advanced usage, packages, boards, frameworks, etc.) +* [Documentation](http://docs.platformio.org/page/platforms/ststm32.html) (advanced usage, packages, boards, frameworks, etc.) # Usage -1. [Install PlatformIO CLI](http://docs.platformio.org/en/stable/installation.html) +1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) 2. Install ST STM32 development platform: ```bash # install the latest stable version diff --git a/builder/frameworks/libopencm3 b/builder/frameworks/libopencm3 index 609cd63..945d52d 160000 --- a/builder/frameworks/libopencm3 +++ b/builder/frameworks/libopencm3 @@ -1 +1 @@ -Subproject commit 609cd63986b52d2cd5ae601b39ba4108068ea1a6 +Subproject commit 945d52d28eb2834cf6f06a9725516e7013fc6dbd diff --git a/builder/frameworks/mbed b/builder/frameworks/mbed index 7100fdd..10e1c2e 160000 --- a/builder/frameworks/mbed +++ b/builder/frameworks/mbed @@ -1 +1 @@ -Subproject commit 7100fdddd2ec89455c8939c22c75491f086e1873 +Subproject commit 10e1c2efc4260363278104004b41e781a4083432 diff --git a/examples/arduino-blink/.travis.yml b/examples/arduino-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-blink/.travis.yml +++ b/examples/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-blink/README.rst b/examples/arduino-blink/README.rst index 0a57c96..382f1d2 100644 --- a/examples/arduino-blink/README.rst +++ b/examples/arduino-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-blink/lib/readme.txt b/examples/arduino-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-blink/lib/readme.txt +++ b/examples/arduino-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index d36e0c2..cbb41ee 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/arduino-external-libs/.travis.yml b/examples/arduino-external-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-external-libs/.travis.yml +++ b/examples/arduino-external-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-external-libs/README.rst b/examples/arduino-external-libs/README.rst index 50b8c1a..8e5abb7 100644 --- a/examples/arduino-external-libs/README.rst +++ b/examples/arduino-external-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-external-libs/lib/readme.txt b/examples/arduino-external-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-external-libs/lib/readme.txt +++ b/examples/arduino-external-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-external-libs/platformio.ini b/examples/arduino-external-libs/platformio.ini index 3427c11..74b207e 100644 --- a/examples/arduino-external-libs/platformio.ini +++ b/examples/arduino-external-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/arduino-internal-libs/.travis.yml b/examples/arduino-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-internal-libs/.travis.yml +++ b/examples/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-internal-libs/README.rst b/examples/arduino-internal-libs/README.rst index 2410d95..72d440c 100644 --- a/examples/arduino-internal-libs/README.rst +++ b/examples/arduino-internal-libs/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-internal-libs/lib/readme.txt b/examples/arduino-internal-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-internal-libs/lib/readme.txt +++ b/examples/arduino-internal-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-internal-libs/platformio.ini b/examples/arduino-internal-libs/platformio.ini index d36e0c2..cbb41ee 100644 --- a/examples/arduino-internal-libs/platformio.ini +++ b/examples/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/cmsis-blink/.travis.yml b/examples/cmsis-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/cmsis-blink/.travis.yml +++ b/examples/cmsis-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/cmsis-blink/README.rst b/examples/cmsis-blink/README.rst index d548e9a..f8e3d32 100644 --- a/examples/cmsis-blink/README.rst +++ b/examples/cmsis-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/cmsis-blink/lib/readme.txt b/examples/cmsis-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/cmsis-blink/lib/readme.txt +++ b/examples/cmsis-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/cmsis-blink/platformio.ini b/examples/cmsis-blink/platformio.ini index 669535b..5e11ba8 100644 --- a/examples/cmsis-blink/platformio.ini +++ b/examples/cmsis-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/libopencm3-blink/.travis.yml b/examples/libopencm3-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/libopencm3-blink/.travis.yml +++ b/examples/libopencm3-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/libopencm3-blink/README.rst b/examples/libopencm3-blink/README.rst index 7f1ee35..b98ca66 100644 --- a/examples/libopencm3-blink/README.rst +++ b/examples/libopencm3-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/libopencm3-blink/lib/readme.txt b/examples/libopencm3-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/libopencm3-blink/lib/readme.txt +++ b/examples/libopencm3-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/libopencm3-blink/platformio.ini b/examples/libopencm3-blink/platformio.ini index 842e5fd..8b75abe 100644 --- a/examples/libopencm3-blink/platformio.ini +++ b/examples/libopencm3-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-blink/.travis.yml b/examples/mbed-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-blink/.travis.yml +++ b/examples/mbed-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-blink/README.rst b/examples/mbed-blink/README.rst index 3dfcdc2..dab486c 100644 --- a/examples/mbed-blink/README.rst +++ b/examples/mbed-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-blink/lib/readme.txt b/examples/mbed-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-blink/lib/readme.txt +++ b/examples/mbed-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-blink/platformio.ini b/examples/mbed-blink/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-blink/platformio.ini +++ b/examples/mbed-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-dsp/.travis.yml b/examples/mbed-dsp/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-dsp/.travis.yml +++ b/examples/mbed-dsp/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-dsp/README.rst b/examples/mbed-dsp/README.rst index 75bd1b4..4327897 100644 --- a/examples/mbed-dsp/README.rst +++ b/examples/mbed-dsp/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-dsp/lib/readme.txt b/examples/mbed-dsp/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-dsp/lib/readme.txt +++ b/examples/mbed-dsp/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-dsp/platformio.ini b/examples/mbed-dsp/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-dsp/platformio.ini +++ b/examples/mbed-dsp/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-events/.travis.yml b/examples/mbed-events/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-events/.travis.yml +++ b/examples/mbed-events/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-events/README.rst b/examples/mbed-events/README.rst index 2302959..5b45da9 100644 --- a/examples/mbed-events/README.rst +++ b/examples/mbed-events/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-events/lib/readme.txt b/examples/mbed-events/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-events/lib/readme.txt +++ b/examples/mbed-events/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-events/platformio.ini b/examples/mbed-events/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-events/platformio.ini +++ b/examples/mbed-events/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-rtos/.travis.yml b/examples/mbed-rtos/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-rtos/.travis.yml +++ b/examples/mbed-rtos/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-rtos/README.rst b/examples/mbed-rtos/README.rst index 2060d21..2dec5a9 100644 --- a/examples/mbed-rtos/README.rst +++ b/examples/mbed-rtos/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ==================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-rtos/lib/readme.txt b/examples/mbed-rtos/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-rtos/lib/readme.txt +++ b/examples/mbed-rtos/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-rtos/platformio.ini b/examples/mbed-rtos/platformio.ini index a8fe0eb..65d3949 100644 --- a/examples/mbed-rtos/platformio.ini +++ b/examples/mbed-rtos/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-serial/.travis.yml b/examples/mbed-serial/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-serial/.travis.yml +++ b/examples/mbed-serial/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-serial/README.rst b/examples/mbed-serial/README.rst index 576baab..5ae3069 100644 --- a/examples/mbed-serial/README.rst +++ b/examples/mbed-serial/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/mbed-serial/lib/readme.txt b/examples/mbed-serial/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-serial/lib/readme.txt +++ b/examples/mbed-serial/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-serial/platformio.ini b/examples/mbed-serial/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-serial/platformio.ini +++ b/examples/mbed-serial/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/spl-blink/.travis.yml b/examples/spl-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/spl-blink/.travis.yml +++ b/examples/spl-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/spl-blink/README.rst b/examples/spl-blink/README.rst index 1c52dae..6437708 100644 --- a/examples/spl-blink/README.rst +++ b/examples/spl-blink/README.rst @@ -12,7 +12,7 @@ How to build PlatformIO based project ===================================== -1. `Install PlatformIO `_ +1. `Install PlatformIO Core `_ 2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/spl-blink/lib/readme.txt b/examples/spl-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/spl-blink/lib/readme.txt +++ b/examples/spl-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/spl-blink/platformio.ini b/examples/spl-blink/platformio.ini index 2847218..e1255cf 100644 --- a/examples/spl-blink/platformio.ini +++ b/examples/spl-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/platform.json b/platform.json index a70a613..44352b2 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/platformio/platform-ststm32.git" }, - "version": "1.7.0", + "version": "1.8.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download", @@ -48,7 +48,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~3.131.0" + "version": "~3.137.0" }, "framework-cmsis": { "type": "framework",