summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-12 07:15:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-12 07:15:24 -0600
commit4b8966de86e483de99ea7fcd76d8535f5e3524b2 (patch)
tree8363957a5fb5273d3f6f0787f1edf123768fa8ab
parentabc7c03e2ef61ded88cf64f0506ae674f36bd0e5 (diff)
downloadnuttx-4b8966de86e483de99ea7fcd76d8535f5e3524b2.tar.gz
nuttx-4b8966de86e483de99ea7fcd76d8535f5e3524b2.tar.bz2
nuttx-4b8966de86e483de99ea7fcd76d8535f5e3524b2.zip
Update README
-rw-r--r--apps/interpreters/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index b4bc3d556..8379ddafd 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -24,7 +24,8 @@ micropython
CONFIG_INTERPRETERS_MICROPYTHON - Enables support for the Micro Python
interpreter
CONFIG_INTERPRETERS_MICROPYTHON_URL - URL where Micro Python can be
- downloaded. default "https://github.com/micropython/micropython/archive"
+ downloaded. default "https://github.com/micropython/micropython/archive".
+ There are more recent snapshots at https://micropython.org/download/
CONFIG_INTERPRETERS_MICROPYTHON_VERSION - Version number. Default "1.3.8"
CONFIG_INTERPRETERS_MICROPYTHON_APPNAME - Executable name. Only needed
if CONFIG_NSH_BUILTIN_APPS=y. Default: "micropython"