Skip to content

Commit 46bd4fc

Browse files
committed
Merge pull request esp8266#1726 from ivankravets/master
Keep only main information about @platformio
2 parents f831459 + 13ecc1f commit 46bd4fc

File tree

2 files changed

+17
-85
lines changed

2 files changed

+17
-85
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
99
- Installing options:
1010
- [Using Boards Manager](#installing-with-boards-manager)
1111
- [Using git version](#using-git-version)
12-
- [Using stable version with PlatformIO](#using-stable-version-with-platformio)
12+
- [Using PlatformIO](#using-platformio)
1313
- [Building with make](#building-with-make)
1414
- [Documentation](#documentation)
1515
- [Issues and support](#issues-and-support)
@@ -41,7 +41,7 @@ Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_inde
4141

4242
Documentation: [http://esp8266.github.io/Arduino/versions/2.1.0-rc2/](http://esp8266.github.io/Arduino/versions/2.1.0-rc2/)
4343

44-
### Using git version
44+
### Using git version
4545
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) [![codecov.io](https://codecov.io/github/esp8266/Arduino/coverage.svg?branch=master)](https://codecov.io/github/esp8266/Arduino?branch=master)
4646

4747
- Install Arduino 1.6.7
@@ -60,11 +60,21 @@ python get.py
6060
```
6161
- Restart Arduino
6262

63-
### Using stable version with PlatformIO
64-
65-
[PlatformIO](http://platformio.org) is a cross-platform code-builder and library manager for embedded development with no external dependencies. Works on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard). More details in documentation [What is PlatformIO? How does it work?](http://docs.platformio.org/en/latest/faq.html#general).
66-
67-
See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).
63+
### Using PlatformIO
64+
65+
[PlatformIO](http://platformio.org) is an open source ecosystem for IoT
66+
development with cross platform build system, library manager and full support
67+
for Espressif (ESP8266) development. It works on the popular host OS: Mac OS X, Windows,
68+
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
69+
70+
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html)
71+
- [PlatformIO IDE](http://platformio.org/#!/platformio-ide)
72+
- Quick Start with [PlatformIO IDE](http://docs.platformio.org/en/latest/ide/atom.html#quick-start) or [PlatformIO CLI](http://docs.platformio.org/en/latest/quickstart.html)
73+
- [Advanced using](http://docs.platformio.org/en/latest/platforms/espressif.html) -
74+
custom settings, uploading to SPIFFS, Over-the-Air (OTA) or using stage version
75+
- [Integration with other IDE](http://docs.platformio.org/en/latest/ide.html) -
76+
Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
77+
- [Project Examples](http://docs.platformio.org/en/latest/platforms/espressif.html#examples)
6878

6979
### Building with make
7080

doc/platformio.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)