esp8266/README: Update for the current status of the port.

This commit is contained in:
Paul Sokolovsky 2016-03-27 16:10:58 +03:00
parent bbc65d4eda
commit fe9bc0c573
1 changed files with 5 additions and 3 deletions

View File

@ -10,11 +10,13 @@ Currently implemented features include:
- REPL (Python prompt) over UART0.
- Garbage collector, exceptions.
- Unicode support.
- Builtin modules: gc, array, collections, io, struct, sys, esp, network.
- Builtin modules: gc, array, collections, io, struct, sys, esp, network,
many more.
- Arbitrary-precision long integers and 30-bit precision floats.
- Basic WiFi support.
- Basic sockets using modlwip.
- Basic GPIO support.
- Sockets using modlwip.
- GPIO and bit-banging I2C, SPI support.
- 1-Wire and WS2812 (aka Neopixel) protocols support.
On the TODO list:
- Full wifi support.