Skip to content

Commit e1dc912

Browse files
committed
Keep only main information about @platformio
1 parent c78c37b commit e1dc912

File tree

2 files changed

+14
-83
lines changed

2 files changed

+14
-83
lines changed

README.md

Lines changed: 14 additions & 5 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,20 @@ python get.py
6060
```
6161
- Restart Arduino
6262

63-
### Using stable version with PlatformIO
63+
### Using PlatformIO
6464

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).
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).
6669

67-
See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).
70+
- [PlatformIO.Org](http://platformio.org)
71+
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html)
72+
- [Advanced using](http://docs.platformio.org/en/latest/platforms/espressif.html) -
73+
custom settings, uploading to SPIFFS, Over-the-Air (OTA)
74+
- [IDE Integration](http://docs.platformio.org/en/latest/ide.html) -
75+
Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
76+
- [Project Examples](http://docs.platformio.org/en/latest/platforms/espressif.html#examples)
6877

6978
### Building with make
7079

doc/platformio.md

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

0 commit comments

Comments
 (0)