From fb4b80082042acfad099467fc0ea94d57b7e6221 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 18 Jun 2015 11:44:04 +0300 Subject: [PATCH] README: Mention esp8266 port. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f94c5c37a..6883a1a298 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Additional components: (preliminary but functional). - pic16bit/ -- a version of Micro Python for 16-bit PIC microcontrollers. - cc3200/ -- a version of Micro Python that runs on the CC3200 from TI. +- esp8266/ -- an experimental port for ESP8266 WiFi modules. - unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing). - tests/ -- test framework and test scripts. - tools/ -- various tools, including the pyboard.py module.