2015-09-17 01:29:58 +02:00
|
|
|
config BR2_PACKAGE_MICROPYTHON
|
|
|
|
bool "micropython"
|
|
|
|
select BR2_PACKAGE_LIBFFI
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-10-04 18:52:11 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-09-24 01:43:50 +02:00
|
|
|
# libffi doesn't provide the closure implementation on Blackfin
|
|
|
|
depends on !BR2_bfin
|
2015-09-17 01:29:58 +02:00
|
|
|
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
|
|
|
|
|
2015-10-04 18:52:11 +02:00
|
|
|
comment "micropython needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2015-09-24 01:43:50 +02:00
|
|
|
depends on !BR2_bfin
|