summaryrefslogtreecommitdiff
path: root/apps/interpreters/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/README.txt')
-rw-r--r--apps/interpreters/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index f4f990b57..7062a8094 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -12,6 +12,25 @@ ficl
is not in that directory, only an environment and instructions that will
let you build Ficl under NuttX. The rest is up to you.
+micropython
+-----------
+
+ This is a port of a build environment for Micro Python:
+
+ https://micropython.org/
+
+ NOTE that Micro Python is not included in this directory. Before building
+ this example, you must first download Micro Python from:
+
+ https://micropython.org/download/
+
+ Or clone from the GIT repository:
+
+ https://github.com/micropython/
+
+ This port was contributed by Dave Marples using Micro Python circu
+ 1.3.8. It may not be compatible with other versions.
+
pcode
-----