diff options
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/general.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst new file mode 100644 index 0000000000..301e36d27c --- /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 |