2015-09-17 01:29:58 +02:00
|
|
|
config BR2_PACKAGE_MICROPYTHON
|
|
|
|
bool "micropython"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-10-04 18:52:11 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2017-04-22 19:17:59 +02:00
|
|
|
select BR2_PACKAGE_LIBFFI
|
2015-09-17 01:29:58 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Micro Python is a lean and fast implementation of the Python
|
|
|
|
3 programming language that is optimised to run on a
|
|
|
|
microcontroller.
|
2015-09-17 01:29:58 +02:00
|
|
|
|
|
|
|
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
|