summaryrefslogtreecommitdiff
path: root/apps/interpreters/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 10:49:20 -0600
commit999c029f446203e0a77b01db03503d7ca6111558 (patch)
tree02eda7397f42f406d50d3317b2c2a9e3373051bc /apps/interpreters/README.txt
parent00b64ed8bb241b10737968a3518c929e329f9c37 (diff)
downloadnuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.gz
nuttx-999c029f446203e0a77b01db03503d7ca6111558.tar.bz2
nuttx-999c029f446203e0a77b01db03503d7ca6111558.zip
Micro Python: Add logic to automatically download the Micro Python tarball at download
Diffstat (limited to 'apps/interpreters/README.txt')
-rw-r--r--apps/interpreters/README.txt20
1 files changed, 16 insertions, 4 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index 7062a8094..5f776a508 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -19,18 +19,30 @@ micropython
https://micropython.org/
- NOTE that Micro Python is not included in this directory. Before building
- this example, you must first download Micro Python from:
+ NOTE that Micro Python is not included in this directory. Be default,
+ it will be downloaded at build time from the github . You can avoid
+ this download by pre-installing Micro Python. Before building, just
+ download Micro Python from:
https://micropython.org/download/
+ https://github.com/micropython/micropython/releases
- Or clone from the GIT repository:
+ Or clone from the GIT repository at:
https://github.com/micropython/
+ https://github.com/micropython/micropython
- This port was contributed by Dave Marples using Micro Python circu
+ The Micro Python code should reside in directory should be
+ apps/interpreters/micropython/micropython-$(CONFIG_INTERPRETERS_MICROPYTHON_VERSION)
+
+ This port was contributed by Dave Marples using Micro Python circa
1.3.8. It may not be compatible with other versions.
+ NOTE: Right now, Micro Python will not build on Windows with a Windows
+ native toolchain due to usage of POSIX paths in the Micro Python build
+ system. It should build correctly on Linux or under Cygwin with the
+ NuttX buildroot tools.
+
pcode
-----