summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-01-19 14:59:18 +1100
committerDamien George <damien@micropython.org>2023-01-19 14:59:18 +1100
commit4eb7063608c93418f4c4b24df6c029e6314256a0 (patch)
tree81c4491db5b3de10decb7cd354a0cd8e098e5156
parente30e543a7559f1235637a54ef2b0b4feb196c44d (diff)
esp8266/README: Remove notice about port being "experimental".
It has been around for a long time and the API is mature enough. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/esp8266/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/esp8266/README.md b/ports/esp8266/README.md
index b54d8958d..1e0cae213 100644
--- a/ports/esp8266/README.md
+++ b/ports/esp8266/README.md
@@ -1,10 +1,9 @@
MicroPython port to ESP8266
===========================
-This is an experimental port of MicroPython for the WiFi modules based
-on Espressif ESP8266 chip.
-
-WARNING: The port is experimental and many APIs are subject to change.
+This is a port of MicroPython to the Espressif ESP8266 WiFi microcontroller.
+MicroPython runs on this chip without any underlying operating system, using
+the ESP8266 NONOS SDK.
Supported features include:
- REPL (Python prompt) over UART0.