From 2a51f72ed18c075742655257c13f78225746d9bb Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Thu, 21 Apr 2016 01:02:48 +0300
Subject: [PATCH] docs/esp8266/general: Start "General information" for
 esp8266.

---
 docs/esp8266/general.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 docs/esp8266/general.rst

diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst
new file mode 100644
index 000000000..301e36d27
--- /dev/null
+++ b/docs/esp8266/general.rst
@@ -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
-- 
GitLab