1 config BR2_PACKAGE_MICROPYTHON
3 select BR2_PACKAGE_LIBFFI
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
6 # libffi doesn't provide the closure implementation on Blackfin
9 Micro Python is a lean and fast implementation of the Python 3
10 programming language that is optimised to run on a microcontroller.
12 http://micropython.org
14 comment "micropython needs a toolchain w/ threads, dynamic library"
15 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS