Merge branch 'release/v1.8.0'

This commit is contained in:
Ivan Kravets 2017-03-12 23:20:57 +02:00
commit f85a882a1b
48 changed files with 72 additions and 72 deletions

View File

@ -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. 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) * [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 # 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: 2. Install ST STM32 development platform:
```bash ```bash
# install the latest stable version # install the latest stable version

@ -1 +1 @@
Subproject commit 609cd63986b52d2cd5ae601b39ba4108068ea1a6 Subproject commit 945d52d28eb2834cf6f06a9725516e7013fc6dbd

@ -1 +1 @@
Subproject commit 7100fdddd2ec89455c8939c22c75491f086e1873 Subproject commit 10e1c2efc4260363278104004b41e781a4083432

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:maple]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:maple]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:maple]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
==================================== ====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # 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: # Documentation:
# #
@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * 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 # * 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 # Please choose one of the following templates (proposed below) and uncomment

View File

@ -12,7 +12,7 @@
How to build PlatformIO based project How to build PlatformIO based project
===================================== =====================================
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_ 1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_ 2. Download `development platform with examples <https://github.com/platformio/platform-ststm32/archive/develop.zip>`_
3. Extract ZIP archive 3. Extract ZIP archive
4. Run these commands: 4. Run these commands:

View File

@ -34,5 +34,5 @@ include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`: 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

View File

@ -5,7 +5,7 @@
; Library options: dependencies, extra library storages ; Library options: dependencies, extra library storages
; ;
; Please visit documentation for the other options and examples ; 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] [env:disco_f407vg]
platform = ststm32 platform = ststm32

View File

@ -12,7 +12,7 @@
"type": "git", "type": "git",
"url": "https://github.com/platformio/platform-ststm32.git" "url": "https://github.com/platformio/platform-ststm32.git"
}, },
"version": "1.7.0", "version": "1.8.0",
"packageRepositories": [ "packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json", "https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download", "https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@ -48,7 +48,7 @@
"framework-mbed": { "framework-mbed": {
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"version": "~3.131.0" "version": "~3.137.0"
}, },
"framework-cmsis": { "framework-cmsis": {
"type": "framework", "type": "framework",