docs/esp8266/general: Start "General information" for esp8266.

This commit is contained in:
Paul Sokolovsky 2016-04-21 01:02:48 +03:00
parent f73d78394b
commit 2a51f72ed1
1 changed files with 18 additions and 0 deletions

18
docs/esp8266/general.rst Normal file
View File

@ -0,0 +1,18 @@
General information about the ESP8266 port
==========================================
ESP8266 is a popular WiFi-enabled System-on-Chip (SoC) by Espressif Systems.
Multitude of boards
-------------------
There are multitude of modules and boards from different sources which carry
ESP8266 chip. MicroPython tries to provide a generic port which would run on
as many boards/modules as possible, but there may be limitations. Adafruit
Feather HUZZAH board is taken as a reference board for the port (for example,
testing is performed on it).
WebREPL
-------
TBF