Skip to content

Commit 003b64c

Browse files
committed
Added instructions for installation with boards manager (stolen directly from esp8266)
1 parent ed953a0 commit 003b64c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/arduino-ide/boards_manager.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Installation instructions using Arduino IDE Boards Manager
2+
==========================================================
3+
4+
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 (32 and 64 bit).
5+
6+
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
7+
- Start Arduino and open Preferences window.
8+
- Enter ```https://dl.espressif.com/dl/package_esp32_dev_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
9+
- Open Boards Manager from Tools > Board menu and install *esp32* platform (and don't forget to select your ESP32 board from Tools > Board menu after installation).
10+
11+
#### Latest release [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
12+
Boards manager link: `https://dl.espressif.com/dl/package_esp32_dev_index.json`

0 commit comments

Comments
 (0)