From 999c029f446203e0a77b01db03503d7ca6111558 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Jan 2015 10:49:20 -0600 Subject: Micro Python: Add logic to automatically download the Micro Python tarball at download --- apps/interpreters/micropython/Kconfig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'apps/interpreters/micropython/Kconfig') diff --git a/apps/interpreters/micropython/Kconfig b/apps/interpreters/micropython/Kconfig index 82f345148..0c42b33f0 100644 --- a/apps/interpreters/micropython/Kconfig +++ b/apps/interpreters/micropython/Kconfig @@ -11,6 +11,14 @@ config INTERPRETERS_MICROPYTHON if INTERPRETERS_MICROPYTHON +config INTERPRETERS_MICROPYTHON_URL + string "URL where Micro Python can be downloaded" + default "https://github.com/micropython/micropython/archive" + +config INTERPRETERS_MICROPYTHON_VERSION + string "Version number" + default "1.3.8" + config INTERPRETERS_MICROPYTHON_APPNAME string "Executable name" default "micropython" @@ -26,9 +34,9 @@ config INTERPRETERS_MICROPYTHON_PRIORITY default 100 depends on NSH_BUILTIN_APPS -CONFIG_INTERPRETERS_MICROPYTHON_PROGNAME +config INTERPRETERS_MICROPYTHON_PROGNAME string "Program name" default "micropython" depends on BUILD_KERNEL -endif # INTERPRETERS_MICROPYTHON \ No newline at end of file +endif # INTERPRETERS_MICROPYTHON -- cgit v1.2.3