Initial commit

This commit is contained in:
Ivan Kravets
2016-10-22 02:20:57 +03:00
parent f8e759e46a
commit 7332e21f66
9 changed files with 351 additions and 2 deletions
+20 -2
View File
@@ -1,2 +1,20 @@
# platform-espressif32
Espressif 32: development platform for PlatformIO
# 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)
[![Build status](https://ci.appveyor.com/api/projects/status/aob49qatio84iygj/branch/develop?svg=true)](https://ci.appveyor.com/project/ivankravets/platform-espressif32/branch/develop)
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)
* [Documentation](http://docs.platformio.org/en/stable/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
# Usage
1. [Install PlatformIO CLI](http://docs.platformio.org/en/stable/installation.html)
2. Install Espressif 32 development platform:
```bash
# install the latest stable version
> platformio platform install espressif32
# install development version
> platformio platform install https://github.com/platformio/platform-espressif32.git
```