1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Add Quick Start links for PlatformIO IDE & CLI

This commit is contained in:
Ivan Kravets 2016-03-08 17:48:43 +02:00
parent e1dc9125c3
commit 7e88d6a913

View File

@ -67,11 +67,12 @@ development with cross platform build system, library manager and full support
for Espressif (ESP8266) development. It works on the popular host OS: Mac OS X, Windows,
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
- [PlatformIO.Org](http://platformio.org)
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html)
- [PlatformIO IDE](http://platformio.org/#!/platformio-ide)
- 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)
- [Advanced using](http://docs.platformio.org/en/latest/platforms/espressif.html) -
custom settings, uploading to SPIFFS, Over-the-Air (OTA)
- [IDE Integration](http://docs.platformio.org/en/latest/ide.html) -
- [Integration with other IDE](http://docs.platformio.org/en/latest/ide.html) -
Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
- [Project Examples](http://docs.platformio.org/en/latest/platforms/espressif.html#examples)