summaryrefslogtreecommitdiffstats
path: root/package/micropython/Config.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2015-09-17 11:29:58 +1200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-17 23:36:51 +0200
commit9646e80fca281030eb5d3125f499a60231476373 (patch)
treee2ad20bb413422884b0c744a978d02670cd8b87a /package/micropython/Config.in
parent1fc839e436a2a745bc7996545b1f60df5670df63 (diff)
downloadbuildroot-9646e80fca281030eb5d3125f499a60231476373.tar.gz
buildroot-9646e80fca281030eb5d3125f499a60231476373.zip
micropython: new package
Micro Python is a lean and fast implementation of the Python 3 programming language that is optimised to run on a microcontroller. [Thomas: fix minor typo in Config.in noticed by Vicente.] Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython/Config.in')
-rw-r--r--package/micropython/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/micropython/Config.in b/package/micropython/Config.in
new file mode 100644
index 0000000000..c62b3abfc2
--- /dev/null
+++ b/package/micropython/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_MICROPYTHON
+ bool "micropython"
+ select BR2_PACKAGE_LIBFFI
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ Micro Python is a lean and fast implementation of the Python 3
+ programming language that is optimised to run on a microcontroller.
+
+ http://micropython.org
+
+comment "micropython needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud