876310253 / platform-espressif8266

Espressif 8266: development platform for PlatformIO

Home Page:http://platformio.org/platforms/espressif8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Espressif 8266: development platform for PlatformIO

Build Status Build status

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 (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = espressif8266
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-espressif8266.git
board = ...
...

Configuration

Please navigate to documentation.

About

Espressif 8266: development platform for PlatformIO

http://platformio.org/platforms/espressif8266

License:Apache License 2.0


Languages

Language:Python 100.0%