esp8266: Update README with the latest features.

This commit is contained in:
Paul Sokolovsky 2016-03-23 12:08:15 +02:00
parent b894551772
commit 58e2ad42ae
1 changed files with 3 additions and 5 deletions

View File

@ -12,13 +12,11 @@ Currently implemented features include:
- Garbage collector, exceptions. - Garbage collector, exceptions.
- Unicode support. - Unicode support.
- Builtin modules: gc, array, collections, io, struct, sys, esp, network. - Builtin modules: gc, array, collections, io, struct, sys, esp, network.
- C long-long type used as bignum implementation (gives 64 bit signed ints). - Arbitrary-precision long integers and 30-bit precision floats.
- Rudimentary WiFi support in station mode. - Basic WiFi support.
- Sockets with callbacks. - Basic sockets using modlwip.
- Basic GPIO support. - Basic GPIO support.
Note that floating-point numbers are not supported.
On the TODO list: On the TODO list:
- Full wifi support. - Full wifi support.
- Internal filesystem using the flash. - Internal filesystem using the flash.