Skip to content

Commit 01a4d29

Browse files
authored
Installation guide for PlatformIO (#7142)
1 parent 2522403 commit 01a4d29

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/installing.rst

+17
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,20 @@ Instructions - Other OS
230230
cd hardware\esp8266com\esp8266
231231
git status
232232
git pull
233+
234+
Using PlatformIO
235+
----------------
236+
237+
[PlatformIO](https://platformio.org?utm_source=github&utm_medium=arduino-esp8266) is an open source ecosystem for IoT
238+
development with a cross-platform build system, a library manager, and full support
239+
for Espressif (ESP8266) development. It works on the following popular host operating systems: macOS, Windows,
240+
Linux 32/64, and Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
241+
242+
- [What is PlatformIO?](https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=arduino-esp8266)
243+
- [PlatformIO IDE](https://platformio.org/platformio-ide?utm_source=github&utm_medium=arduino-esp8266)
244+
- [PlatformIO Core](https://docs.platformio.org/en/latest/core.html?utm_source=github&utm_medium=arduino-esp8266) (command line tool)
245+
- [Advanced usage](https://docs.platformio.org/en/latest/platforms/espressif8266.html?utm_source=github&utm_medium=arduino-esp8266) -
246+
custom settings, uploading to SPIFFS, Over-the-Air (OTA), staging version
247+
- [Integration with Cloud and Standalone IDEs](https://docs.platformio.org/en/latest/ide.html?utm_source=github&utm_medium=arduino-esp8266) -
248+
Cloud9, Codeanywhere, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM, Visual Studio, and VSCode
249+
- [Project Examples](https://docs.platformio.org/en/latest/platforms/espressif8266.html?utm_source=github&utm_medium=arduino-esp8266#examples)

0 commit comments

Comments
 (0)