diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-21 01:02:48 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-21 01:03:51 +0300 |
commit | 2a51f72ed18c075742655257c13f78225746d9bb (patch) | |
tree | f73f2ef31a3c3546ae0ab54bb27d9186a3a2a60c /docs/esp8266 | |
parent | f73d78394bf23e9239b3a9f27ebaf5c0cbace5f6 (diff) | |
download | micropython-2a51f72ed18c075742655257c13f78225746d9bb.tar.gz micropython-2a51f72ed18c075742655257c13f78225746d9bb.zip |
docs/esp8266/general: Start "General information" for esp8266.
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 |