Skip to content

Commit 60609b1

Browse files
committed
Merge branch 'release/v1.6.0'
2 parents 88448ea + 7e43fd9 commit 60609b1

File tree

268 files changed

+2264
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+2264
-391
lines changed

atmelavr-and-arduino/arduino-blink/.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Continuous Integration (CI) is the practice, in software
22
# engineering, of merging all developer working copies with a shared mainline
3-
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
3+
# several times a day < http://docs.platformio.org/page/ci/index.html >
44
#
55
# Documentation:
66
#
77
# * Travis CI Embedded Builds with PlatformIO
88
# < https://docs.travis-ci.com/user/integration/platformio/ >
99
#
1010
# * PlatformIO integration with Travis CI
11-
# < http://docs.platformio.org/en/stable/ci/travis.html >
11+
# < http://docs.platformio.org/page/ci/travis.html >
1212
#
1313
# * User Guide for `platformio ci` command
14-
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
14+
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
1515
#
1616
#
1717
# Please choose one of the following templates (proposed below) and uncomment

atmelavr-and-arduino/arduino-blink/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
How to build PlatformIO based project
1313
=====================================
1414

15-
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_
15+
1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
1616
2. Download `examples source code <https://github.com/platformio/platformio-examples/archive/develop.zip>`_
1717
3. Extract ZIP archive
1818
4. Run these commands:

atmelavr-and-arduino/arduino-blink/lib/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's
3333
include paths and build them.
3434

3535
More information about PlatformIO Library Dependency Finder
36-
- http://docs.platformio.org/en/stable/librarymanager/ldf.html
36+
- http://docs.platformio.org/page/librarymanager/ldf.html

atmelavr-and-arduino/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/en/stable/projectconf.html
8+
; http://docs.platformio.org/page/projectconf.html
99

1010
[env:uno]
1111
platform = atmelavr

atmelavr-and-arduino/arduino-external-libs/.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Continuous Integration (CI) is the practice, in software
22
# engineering, of merging all developer working copies with a shared mainline
3-
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
3+
# several times a day < http://docs.platformio.org/page/ci/index.html >
44
#
55
# Documentation:
66
#
77
# * Travis CI Embedded Builds with PlatformIO
88
# < https://docs.travis-ci.com/user/integration/platformio/ >
99
#
1010
# * PlatformIO integration with Travis CI
11-
# < http://docs.platformio.org/en/stable/ci/travis.html >
11+
# < http://docs.platformio.org/page/ci/travis.html >
1212
#
1313
# * User Guide for `platformio ci` command
14-
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
14+
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
1515
#
1616
#
1717
# Please choose one of the following templates (proposed below) and uncomment

atmelavr-and-arduino/arduino-external-libs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
How to build PlatformIO based project
1313
=====================================
1414

15-
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_
15+
1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
1616
2. Download `examples source code <https://github.com/platformio/platformio-examples/archive/develop.zip>`_
1717
3. Extract ZIP archive
1818
4. Run these commands:

atmelavr-and-arduino/arduino-external-libs/lib/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ PlatformIO will find your libraries automatically, configure preprocessor's
3333
include paths and build them.
3434

3535
More information about PlatformIO Library Dependency Finder
36-
- http://docs.platformio.org/en/stable/librarymanager/ldf.html
36+
- http://docs.platformio.org/page/librarymanager/ldf.html

atmelavr-and-arduino/arduino-external-libs/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; Library options: dependencies, extra library storages
66
;
77
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/en/stable/projectconf.html
8+
; http://docs.platformio.org/page/projectconf.html
99

1010
[env:uno]
1111
platform = atmelavr

atmelavr-and-arduino/arduino-internal-libs/.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Continuous Integration (CI) is the practice, in software
22
# engineering, of merging all developer working copies with a shared mainline
3-
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
3+
# several times a day < http://docs.platformio.org/page/ci/index.html >
44
#
55
# Documentation:
66
#
77
# * Travis CI Embedded Builds with PlatformIO
88
# < https://docs.travis-ci.com/user/integration/platformio/ >
99
#
1010
# * PlatformIO integration with Travis CI
11-
# < http://docs.platformio.org/en/stable/ci/travis.html >
11+
# < http://docs.platformio.org/page/ci/travis.html >
1212
#
1313
# * User Guide for `platformio ci` command
14-
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
14+
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
1515
#
1616
#
1717
# Please choose one of the following templates (proposed below) and uncomment

atmelavr-and-arduino/arduino-internal-libs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
How to build PlatformIO based project
1313
=====================================
1414

15-
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_
15+
1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_
1616
2. Download `examples source code <https://github.com/platformio/platformio-examples/archive/develop.zip>`_
1717
3. Extract ZIP archive
1818
4. Run these commands:

0 commit comments

Comments
 (0)