summaryrefslogtreecommitdiff
path: root/apps/interpreters/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 09:34:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 09:34:51 -0600
commit1c8234c117ca90e978e9c7af60fc36cae2a98f76 (patch)
treedb21840da240e82938c15db36102d52f236b0521 /apps/interpreters/README.txt
parentcea3147c69b1054b991e5324b529beec21307b7c (diff)
downloadnuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.tar.gz
nuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.tar.bz2
nuttx-1c8234c117ca90e978e9c7af60fc36cae2a98f76.zip
Port of Micro Python to NuttX. From Dave Marples
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
-----