From 77f0020844656e0aecedd13e90dee938d98eceb9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 12 Jan 2015 07:15:24 -0600 Subject: [PATCH] Update README --- interpreters/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/README.txt b/interpreters/README.txt index b4bc3d556..8379ddafd 100644 --- a/interpreters/README.txt +++ b/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"