summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/README.md
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-23 12:08:15 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-23 12:08:15 +0200
commit58e2ad42ae982e38dde0fa1b4bdf3a1a32bc2fac (patch)
treef5fac066b8fb9f16ae60e9712946c23ced7b558e /esp8266/README.md
parentb8945517723efaafa63df9ce52bb9d3fa3fceda5 (diff)
downloadmicropython-58e2ad42ae982e38dde0fa1b4bdf3a1a32bc2fac.tar.gz
micropython-58e2ad42ae982e38dde0fa1b4bdf3a1a32bc2fac.zip
esp8266: Update README with the latest features.
Diffstat (limited to 'esp8266/README.md')
-rw-r--r--esp8266/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/esp8266/README.md b/esp8266/README.md
index c4573baa5d..ed570a8f57 100644
--- a/esp8266/README.md
+++ b/esp8266/README.md
@@ -12,13 +12,11 @@ Currently implemented features include:
- Garbage collector, exceptions.
- Unicode support.
- Builtin modules: gc, array, collections, io, struct, sys, esp, network.
-- C long-long type used as bignum implementation (gives 64 bit signed ints).
-- Rudimentary WiFi support in station mode.
-- Sockets with callbacks.
+- Arbitrary-precision long integers and 30-bit precision floats.
+- Basic WiFi support.
+- Basic sockets using modlwip.
- Basic GPIO support.
-Note that floating-point numbers are not supported.
-
On the TODO list:
- Full wifi support.
- Internal filesystem using the flash.