summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-07-18 17:22:33 +1000
committerDamien George <damien.p.george@gmail.com>2018-07-18 17:22:33 +1000
commit4117a3d672df8686fb06df421bd07d5ce882ae56 (patch)
treea7f85b27e18b192bfa100c247b1030e755772786
parent264d80c84e034541bd6e4b461bfece4443ffd0ac (diff)
README: Update list of ports to include esp32 and nrf.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44d062e87..ac85549fa 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,9 @@ Additional components:
(preliminary but functional).
- ports/pic16bit/ -- a version of MicroPython for 16-bit PIC microcontrollers.
- ports/cc3200/ -- a version of MicroPython that runs on the CC3200 from TI.
-- ports/esp8266/ -- an experimental port for ESP8266 WiFi modules.
+- ports/esp8266/ -- a version of MicroPython that runs on Espressif's ESP8266 SoC.
+- ports/esp32/ -- a version of MicroPython that runs on Espressif's ESP32 SoC.
+- ports/nrf/ -- a version of MicroPython that runs on Nordic's nRF51 and nRF52 MCUs.
- extmod/ -- additional (non-core) modules implemented in C.
- tools/ -- various tools, including the pyboard.py module.
- examples/ -- a few example Python scripts.