Skip to content

Commit 56ed566

Browse files
committed
Update README.md
[ci skip]
1 parent 0efc787 commit 56ed566

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
Arduino-compatible IDE with ESP8266 support
22
===========================================
33

4+
![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg)
5+
46
This project brings support for ESP8266 chip to the Arduino environment. ESP8266WiFi library bundled with this project has the same interface as the WiFi Shield library, making it easy to re-use existing code and libraries.
57

6-
### Downloads ###
8+
### Installing with Boards Manager ###
79

8-
| OS | Build status | Latest release | Alpha Version |
9-
| --- | ------------ | -------------- | --------------- |
10-
| Linux | [![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg)](https://travis-ci.org/igrr/Arduino) | [arduino-1.6.1-linux64.tar.xz](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-linux64.tar.xz) | |
11-
| Windows | [![Windows build status](http://img.shields.io/appveyor/ci/igrr/Arduino.svg)](https://ci.appveyor.com/project/igrr/Arduino) | [arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip) | [appveyor 64Bit Build](https://ci.appveyor.com/project/igrr/Arduino/build/artifacts) |
12-
| OS X | | [arduino-1.6.1-macosx-java-latest-signed.zip](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-macosx-java-latest-signed.zip) | |
10+
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux x64.
1311

12+
- Install Arduino 1.6.4 from the [Arduino website](http://www.arduino.cc/en/main/software).
13+
- Start Arduino and open Perferences window.
14+
- Enter ```http://arduino.esp8266.com/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
15+
- Open Boards Manager from Tools > Board menu and install *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
1416

15-
### Building from source ###
17+
### Building latest version from source ###
1618
```
1719
$ git clone https://github.com/esp8266/Arduino.git
1820
$ cd Arduino/build
1921
$ ant dist
2022
```
2123

2224
### Supported boards ###
23-
- [Wifio](http://wifio.cc)
2425
- Generic esp8266 modules (without auto-reset support)
26+
- NodeMCU
27+
- Olimex MOD-WIFI-ESP8266
2528

2629
### Things that work ###
2730

0 commit comments

Comments
 (0)