Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 7, 2016
2 parents 4d39882 + 5cbbed3 commit f79e0b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Linux x86_64 (64-bit) is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X or Linux 64-bit) you can build native application for Linux x86_64 platform.

* [Home](http://platformio.org/platforms/linux_x86_64) (home page in PlatformIO Platform Registry)
* [Documentation](http://docs.platformio.org/en/latest/platforms/linux_x86_64.html) (advanced usage, packages, boards, frameworks, etc.)
* [Documentation](http://docs.platformio.org/en/stable/platforms/linux_x86_64.html) (advanced usage, packages, boards, frameworks, etc.)

# Usage

1. [Install PlatformIO CLI](http://docs.platformio.org/en/latest/installation.html)
1. [Install PlatformIO CLI](http://docs.platformio.org/en/stable/installation.html)
2. Install Linux x86_64 development platform:
```bash
# isntall the latest stable version
# install the latest stable version
> platformio platform install linux_x86_64

# install development version
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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/latest/ci/index.html >
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
#
# Documentation:
#
# * Travis CI Embedded Builds with PlatformIO
# < https://docs.travis-ci.com/user/integration/platformio/ >
#
# * PlatformIO integration with Travis CI
# < http://docs.platformio.org/en/latest/ci/travis.html >
# < http://docs.platformio.org/en/stable/ci/travis.html >
#
# * User Guide for `platformio ci` command
# < http://docs.platformio.org/en/latest/userguide/cmd_ci.html >
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
#
#
# Please choose one of the following templates (proposed below) and uncomment
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
How to build PlatformIO based project
=====================================

1. `Install PlatformIO <http://docs.platformio.org/en/latest/installation.html>`_
1. `Install PlatformIO <http://docs.platformio.org/en/stable/installation.html>`_
2. Download `development platform with examples <https://github.com/platformio/platform-linux_x86_64/archive/develop.zip>`_
3. Extract ZIP archive
4. Run these commands:
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/lib/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ include paths and build them.

See additional options for PlatformIO Library Dependency Finder `lib_*`:

http://docs.platformio.org/en/latest/projectconf.html#lib-install
http://docs.platformio.org/en/stable/projectconf.html#lib-install

5 changes: 2 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"homepage": "http://platformio.org/platforms/linux_x86_64",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0",
"scons": ">=2.3.0,<2.6.0"
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-linux_x86_64.git"
},
"version": "1.0.1",
"version": "1.1.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand Down

0 comments on commit f79e0b9

Please sign in to comment.