We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d783 commit 2a51f72Copy full SHA for 2a51f72
1 file changed
docs/esp8266/general.rst
@@ -0,0 +1,18 @@
1
+General information about the ESP8266 port
2
+==========================================
3
+
4
+ESP8266 is a popular WiFi-enabled System-on-Chip (SoC) by Espressif Systems.
5
6
+Multitude of boards
7
+-------------------
8
9
+There are multitude of modules and boards from different sources which carry
10
+ESP8266 chip. MicroPython tries to provide a generic port which would run on
11
+as many boards/modules as possible, but there may be limitations. Adafruit
12
+Feather HUZZAH board is taken as a reference board for the port (for example,
13
+testing is performed on it).
14
15
+WebREPL
16
+-------
17
18
+TBF
0 commit comments