Files
platform-espressif32/README.md
T

36 lines
1.3 KiB
Markdown
Raw Normal View History

2016-10-22 02:20:57 +03:00
# Espressif 32: development platform for [PlatformIO](http://platformio.org)
[![Build Status](https://travis-ci.org/platformio/platform-espressif32.svg?branch=develop)](https://travis-ci.org/platformio/platform-espressif32)
2016-10-29 19:31:23 +03:00
[![Build status](https://ci.appveyor.com/api/projects/status/nl087sumhneumse3/branch/develop?svg=true)](https://ci.appveyor.com/project/ivankravets/platform-espressif32/branch/develop)
2016-10-22 02:20:57 +03:00
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
* [Home](http://platformio.org/platforms/espressif32) (home page in PlatformIO Platform Registry)
2017-02-22 16:29:39 +02:00
* [Documentation](http://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
2016-10-22 02:20:57 +03:00
# Usage
2018-01-10 14:13:33 +02:00
1. [Install PlatformIO](http://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
## Stable version
```ini
[env:stable]
platform = espressif32
board = ...
...
2016-10-22 02:20:57 +03:00
```
2018-01-10 14:13:33 +02:00
## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-espressif32.git
board = ...
...
```
# Configuration
Please navigate to [documentation](http://docs.platformio.org/page/platforms/espressif32.html).