1*4882a593Smuzhiyunconfig BR2_PACKAGE_MICROPYTHON 2*4882a593Smuzhiyun bool "micropython" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 5*4882a593Smuzhiyun select BR2_PACKAGE_LIBFFI 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Micro Python is a lean and fast implementation of the Python 8*4882a593Smuzhiyun 3 programming language that is optimised to run on a 9*4882a593Smuzhiyun microcontroller. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun http://micropython.org 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "micropython needs a toolchain w/ threads, dynamic library" 14*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 15