diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-18 11:44:04 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-18 11:44:04 +0300 |
commit | fb4b80082042acfad099467fc0ea94d57b7e6221 (patch) | |
tree | 7f69d6e28e981aa843c686a3b933d6116c4b5960 /README.md | |
parent | 0cba23716d568e8a3fba4da45f04ed5764b88a21 (diff) | |
download | micropython-fb4b80082042acfad099467fc0ea94d57b7e6221.tar.gz micropython-fb4b80082042acfad099467fc0ea94d57b7e6221.zip |
README: Mention esp8266 port.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |